diff options
Diffstat (limited to 'pacman-c++/client/client.cpp')
| -rw-r--r-- | pacman-c++/client/client.cpp | 4 |
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 | ||
| 252 | bool Constants::server = false; | ||
| 253 | |||
| 254 | int main(int argc, char **argv) | 252 | int 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 | */ |
