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++/server/server.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pacman-c++/server') diff --git a/pacman-c++/server/server.cpp b/pacman-c++/server/server.cpp index f9502ba..877c4a6 100644 --- a/pacman-c++/server/server.cpp +++ b/pacman-c++/server/server.cpp @@ -940,10 +940,10 @@ bool operator<(const QPoint& lhs, const QPoint& rhs) return false; } -bool Constants::server = true; - int main(int argc, char **argv) { + Constants::server = true; + /* 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