summaryrefslogtreecommitdiffstats
path: root/pacman-c++/client/client.cpp
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++/client/client.cpp
parent1a6c940ed9d7f6136da0e13148314072665342c5 (diff)
downloadfoop-535c342a2f28e0a1e90010b2f0ff4018eeeb200a.tar.gz
foop-535c342a2f28e0a1e90010b2f0ff4018eeeb200a.tar.bz2
foop-535c342a2f28e0a1e90010b2f0ff4018eeeb200a.zip
fix windows build
Diffstat (limited to 'pacman-c++/client/client.cpp')
-rw-r--r--pacman-c++/client/client.cpp4
1 files changed, 2 insertions, 2 deletions
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()
249 m_mainWidget->doConnect(address, port); 249 m_mainWidget->doConnect(address, port);
250} 250}
251 251
252bool Constants::server = false;
253
254int main(int argc, char **argv) 252int main(int argc, char **argv)
255{ 253{
254 Constants::server = false;
255
256 /* Verify that the version of the library that we linked against is 256 /* Verify that the version of the library that we linked against is
257 * compatible with the version of the headers we compiled against. 257 * compatible with the version of the headers we compiled against.
258 */ 258 */