aboutsummaryrefslogtreecommitdiffstats
path: root/win/rfb_win32/MsgWindow.cxx
diff options
context:
space:
mode:
authorPeter Åstrand <astrand@cendio.se>2008-12-09 10:42:56 +0000
committerPeter Åstrand <astrand@cendio.se>2008-12-09 10:42:56 +0000
commit2a44899811087be5d4843257ec54881b2c790aeb (patch)
treeed45d37eafee9922143ebd03d16fdce82fb9a514 /win/rfb_win32/MsgWindow.cxx
parentf84b0433b6088ade9ed4064b4fba9cb00040f65f (diff)
downloadtigervnc-2a44899811087be5d4843257ec54881b2c790aeb.tar.gz
tigervnc-2a44899811087be5d4843257ec54881b2c790aeb.zip
MinGW tweak: Follow up on last patch: Define this baseClass static as well.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3331 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'win/rfb_win32/MsgWindow.cxx')
-rw-r--r--win/rfb_win32/MsgWindow.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/rfb_win32/MsgWindow.cxx b/win/rfb_win32/MsgWindow.cxx
index 95bd5237..306b1c3a 100644
--- a/win/rfb_win32/MsgWindow.cxx
+++ b/win/rfb_win32/MsgWindow.cxx
@@ -88,7 +88,7 @@ MsgWindowClass::~MsgWindowClass() {
}
}
-MsgWindowClass baseClass;
+static MsgWindowClass baseClass;
//
// -=- MsgWindow