summaryrefslogtreecommitdiffstats
path: root/pacman-c++/client.cpp
diff options
context:
space:
mode:
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;