projects
/
platform
/
framework
/
native
/
shell.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a573f6f
)
Fixed QuickPanelFrame Build Warning
author
JaeHwanLee
<jael.lee@samsung.com>
Tue, 18 Dec 2012 08:41:00 +0000
(17:41 +0900)
committer
JaeHwanLee
<jael.lee@samsung.com>
Tue, 18 Dec 2012 08:41:00 +0000
(17:41 +0900)
Change-Id: I66983fca05ecd3a3047d18c775fcf4055eee154f
Signed-off-by: JaeHwanLee <jael.lee@samsung.com>
src/FShell_QuickPanelFrame.cpp
patch
|
blob
|
history
diff --git
a/src/FShell_QuickPanelFrame.cpp
b/src/FShell_QuickPanelFrame.cpp
index
99a5c4e
..
0e9ec30
100644
(file)
--- a/
src/FShell_QuickPanelFrame.cpp
+++ b/
src/FShell_QuickPanelFrame.cpp
@@
-103,8
+103,8
@@
private:
_QuickPanelFrame::_QuickPanelFrame(void)
: __pQuickPanelFramePresenter(null)
#if !defined(MULTI_WINDOW)
- , __pQuickPanelFrameRootVisualElement(null)
, __pQuickPanelFrameLayer(NULL)
+ , __pQuickPanelFrameRootVisualElement(null)
#endif
, __pEventManager(null)
{