diff options
Diffstat (limited to 'src/wm_client.cpp')
-rw-r--r-- | src/wm_client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wm_client.cpp b/src/wm_client.cpp index a9ed547..09e2e00 100644 --- a/src/wm_client.cpp +++ b/src/wm_client.cpp @@ -174,7 +174,7 @@ bool WMClient::removeRole(const string &role) return ret; } -#ifndef GTEST_ENABLED +#if GTEST_ENABLED bool WMClient::subscribe(afb_req req, const string &evname) { if(evname != kKeyError){ |