diff options
-rw-r--r-- | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index a85136ab..8f256405 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -96,6 +96,8 @@ #endif namespace { + Window *setupWindow = 0; + struct SetupListener : public gcn::ActionListener { /** @@ -131,8 +133,6 @@ LockedArray<LocalPlayer*> charInfo(MAX_SLOT + 1); Colour *textColour; -extern Window *setupWindow; - // This anonymous namespace hides whatever is inside from other modules. namespace { |