summaryrefslogtreecommitdiffstats
path: root/pacman-c++/client.cpp
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2011-04-11 13:42:28 +0200
committermanuel <manuel@mausz.at>2011-04-11 13:42:28 +0200
commit6c44b14d2bae2120c069ab205f95b2e51de2caea (patch)
tree9fd910c27cb23d22db1cf1681e6791fb0fa0efea /pacman-c++/client.cpp
parent3b8237b434c9a094dafebbf364b89ab2f4cbd460 (diff)
downloadfoop-6c44b14d2bae2120c069ab205f95b2e51de2caea.tar.gz
foop-6c44b14d2bae2120c069ab205f95b2e51de2caea.tar.bz2
foop-6c44b14d2bae2120c069ab205f95b2e51de2caea.zip
make constants::server extern
code cleanup
Diffstat (limited to 'pacman-c++/client.cpp')
-rw-r--r--pacman-c++/client.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/pacman-c++/client.cpp b/pacman-c++/client.cpp
index d885e49..3d45ebd 100644
--- a/pacman-c++/client.cpp
+++ b/pacman-c++/client.cpp
@@ -63,6 +63,8 @@ void Client::mutedChanged(bool muted) const
63 m_settings->setValue("muted", muted); 63 m_settings->setValue("muted", muted);
64} 64}
65 65
66bool Constants::server = false;
67
66int main(int argc, char ** argv) 68int main(int argc, char ** argv)
67{ 69{
68 GOOGLE_PROTOBUF_VERIFY_VERSION; 70 GOOGLE_PROTOBUF_VERIFY_VERSION;