diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-10-10 19:14:48 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-10-10 19:14:48 +0300 |
commit | e8f099cace1d77dd9ff12b4231871c6e122a739d (patch) | |
tree | a873108303b514b2e67191e5f04d51e3c3a53f69 /src/client.cpp | |
parent | 768a7e7499a95bb3ce14600e8050bcbbaaeed31f (diff) | |
download | plus-e8f099cace1d77dd9ff12b4231871c6e122a739d.tar.gz plus-e8f099cace1d77dd9ff12b4231871c6e122a739d.tar.bz2 plus-e8f099cace1d77dd9ff12b4231871c6e122a739d.tar.xz plus-e8f099cace1d77dd9ff12b4231871c6e122a739d.zip |
fix code style.
Diffstat (limited to 'src/client.cpp')
-rw-r--r-- | src/client.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.cpp b/src/client.cpp index 39c7beb52..db0a6c2ab 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -294,6 +294,7 @@ Client::Client(const Options &options) : mDesktop(nullptr), mSetupButton(nullptr), mVideoButton(nullptr), + mHelpButton(nullptr), mThemesButton(nullptr), mPerfomanceButton(nullptr), #ifdef ANDROID |