X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=apps%2Fagl-service-windowmanager-2017.git;a=blobdiff_plain;f=src%2Fwm_client.hpp;fp=src%2Fwm_client.hpp;h=259d504ce0f9b6604c8e097993675de7251cb983;hp=0d6faeb25ee9362d5f835877bd70c28de8c78ef9;hb=000e5f8983984d65cc7599908541801ec2babed2;hpb=a79b572a5f26d6ecdd97dff159c40bad330e1c4c diff --git a/src/wm_client.hpp b/src/wm_client.hpp index 0d6faeb..259d504 100644 --- a/src/wm_client.hpp +++ b/src/wm_client.hpp @@ -53,7 +53,7 @@ class WMClient bool removeSurfaceIfExist(unsigned surface); bool removeRole(const std::string& role); -#ifndef GTEST_ENABLED +#if GTEST_ENABLED bool subscribe(afb_req req, const std::string &event_name); void emitError(WM_CLIENT_ERROR_EVENT ev); #endif