mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
fix a compil issue on msys2
This commit is contained in:
parent
44fd13af47
commit
9bf0b479ed
@ -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 );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user