fix the corruption of back behavior. 77/64777/1
authorHermet Park <hermet@hermet.pe.kr>
Tue, 5 Apr 2016 08:13:13 +0000 (17:13 +0900)
committerHermet Park <hermet@hermet.pe.kr>
Tue, 5 Apr 2016 08:13:13 +0000 (17:13 +0900)
Change-Id: Ie083c443ec36a40079568274f064734f26e9a7f0

src/include/interface/ui_iface_viewmgr.h

index eeaf453..f8ec866 100644 (file)
@@ -156,7 +156,7 @@ protected:
         *  @see deactivate()
         *  @see push_view()
         */
-       bool pop_view();
+       virtual bool pop_view();
 
        /**
         *  @brief Insert a view in this viewmgr view list. Specifically, insert a given @p view right before of the given view, @before.