libaurum: change location of class member
authorHosang Kim <hosang12.kim@samsung.com>
Wed, 7 Sep 2022 05:29:27 +0000 (14:29 +0900)
committerHosang Kim <hosang12.kim@samsung.com>
Wed, 7 Sep 2022 09:46:20 +0000 (18:46 +0900)
Change-Id: I853b589dd31a93c66118179f6f469e962e96e23a

libaurum/src/UiDevice.cc

index 811d312..14727cb 100644 (file)
@@ -52,9 +52,9 @@ UiDevice::UiDevice(IDevice *impl)
     : mDeviceImpl(impl), mWaiter(new Waiter{this})
 {
     LOGI("UiDevice constructor");
+    mIsWithSA = false;
 #ifdef MQTT_ENABLED
     mSAWatcher = std::make_shared<ScreenAnalyzerWatcher>();
-    mIsWithSA = false;
 #endif
     LOGI("UiDevice constructor finish");
 }