Define private public hack to make RunLoop class more friendly to MessagePumpForUIEfl .
authorViatcheslav Ostapenko <sl.ostapenko@samsung.com>
Wed, 30 Jul 2014 20:33:02 +0000 (16:33 -0400)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
tizen_src/impl/message_pump_for_ui_efl.cc

index 5b73197..5aa811e 100644 (file)
@@ -19,7 +19,9 @@
 
 #include "message_pump_for_ui_efl.h"
 
+#define private public
 #include "base/run_loop.h"
+#undef private
 #include "base/time/time.h"
 #include <Ecore.h>