fix a compil issue on msys2

This commit is contained in:
jean-pierre charras 2024-06-11 10:58:21 +02:00
parent 44fd13af47
commit 9bf0b479ed
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ public:
COLOR4D GetColor( const BOARD_ITEM* aItem, int aLayer ) const;
///< nullptr version
COLOR4D GetColor( nullptr_t, int aLayer ) const
COLOR4D GetColor( std::nullptr_t, int aLayer ) const
{
return GetColor( static_cast<const BOARD_ITEM*>( nullptr ), aLayer );
}