Fix build error 61/202461/2
authorhyunho <hhstark.kang@samsung.com>
Fri, 29 Mar 2019 01:27:46 +0000 (10:27 +0900)
committerhyunho <hhstark.kang@samsung.com>
Fri, 29 Mar 2019 01:34:06 +0000 (10:34 +0900)
Change-Id: I63e319e9313dcdaae7a3471335a46bb3653fe7c5
Signed-off-by: hyunho <hhstark.kang@samsung.com>
src/notification_ex_service.cc

index 08a9589..b34bbca 100755 (executable)
@@ -119,8 +119,7 @@ class DPMReporter : public Reporter {
   void OnEvent(const IEventInfo& info,
       list<shared_ptr<item::AbstractItem>> noti_list) override {
     LOGI("Event received (%d) !!", (int)info.GetEventType());
-    const IEventInfo::EventType type = info.GetEventType();
-
+    int type = info.GetEventType();
     for (auto& i : noti_list) {
       switch(type) {
       case IEventInfo::EventType::Update: