summaryrefslogtreecommitdiffstats
path: root/pacman-c++/server
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2011-05-11 01:36:49 +0200
committermanuel <manuel@mausz.at>2011-05-11 01:36:49 +0200
commit535c342a2f28e0a1e90010b2f0ff4018eeeb200a (patch)
treef102207b7889457332e75774ace07188d143f42a /pacman-c++/server
parent1a6c940ed9d7f6136da0e13148314072665342c5 (diff)
downloadfoop-535c342a2f28e0a1e90010b2f0ff4018eeeb200a.tar.gz
foop-535c342a2f28e0a1e90010b2f0ff4018eeeb200a.tar.bz2
foop-535c342a2f28e0a1e90010b2f0ff4018eeeb200a.zip
fix windows build
Diffstat (limited to 'pacman-c++/server')
-rw-r--r--pacman-c++/server/server.cpp4
1 files changed, 2 insertions, 2 deletions
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)
940 return false; 940 return false;
941} 941}
942 942
943bool Constants::server = true;
944
945int main(int argc, char **argv) 943int main(int argc, char **argv)
946{ 944{
945 Constants::server = true;
946
947 /* Verify that the version of the library that we linked against is 947 /* Verify that the version of the library that we linked against is
948 * compatible with the version of the headers we compiled against. 948 * compatible with the version of the headers we compiled against.
949 */ 949 */