From 535c342a2f28e0a1e90010b2f0ff4018eeeb200a Mon Sep 17 00:00:00 2001 From: manuel Date: Wed, 11 May 2011 01:36:49 +0200 Subject: fix windows build --- pacman-c++/client/client.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pacman-c++/client/client.cpp') diff --git a/pacman-c++/client/client.cpp b/pacman-c++/client/client.cpp index da505d1..a00249b 100644 --- a/pacman-c++/client/client.cpp +++ b/pacman-c++/client/client.cpp @@ -249,10 +249,10 @@ void Client::onAcceptConnectDialog() m_mainWidget->doConnect(address, port); } -bool Constants::server = false; - int main(int argc, char **argv) { + Constants::server = false; + /* Verify that the version of the library that we linked against is * compatible with the version of the headers we compiled against. */ -- cgit v1.2.3