commit | 2a44899811087be5d4843257ec54881b2c790aeb | [log] [tgz] |
---|---|---|
author | Peter Åstrand <astrand@cendio.se> | Tue Dec 09 10:42:56 2008 +0000 |
committer | Peter Åstrand <astrand@cendio.se> | Tue Dec 09 10:42:56 2008 +0000 |
tree | ed45d37eafee9922143ebd03d16fdce82fb9a514 | |
parent | f84b0433b6088ade9ed4064b4fba9cb00040f65f [diff] |
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
diff --git a/win/rfb_win32/MsgWindow.cxx b/win/rfb_win32/MsgWindow.cxx index 95bd523..306b1c3 100644 --- a/win/rfb_win32/MsgWindow.cxx +++ b/win/rfb_win32/MsgWindow.cxx
@@ -88,7 +88,7 @@ } } -MsgWindowClass baseClass; +static MsgWindowClass baseClass; // // -=- MsgWindow