7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-21 21:33:44 +00:00

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

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;