Fix build (broken in 90ff331c)

This commit is contained in:
Roberto Fernandez Bautista 2023-06-10 14:20:59 +02:00
parent 86210541fc
commit 0159be8ddd
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ const static wxSize LAYER_BITMAP_SIZE( 24, 16 );
const static wxSize CHECKERBOARD_SIZE( 8, 8 );
static const ZONE_SETTINGS& GetDefaultSettings()
const ZONE_SETTINGS& ZONE_SETTINGS::GetDefaultSettings()
{
static ZONE_SETTINGS defaultSettings;