projects
/
platform
/
core
/
uifw
/
ui-viewmgr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7fbe70
)
Fix build break.
86/69386/1
author
Woochan Lee
<wc0917.lee@samsung.com>
Fri, 13 May 2016 04:32:00 +0000
(13:32 +0900)
committer
Woochan Lee
<wc0917.lee@samsung.com>
Fri, 13 May 2016 04:32:21 +0000
(13:32 +0900)
Change-Id: I51c04cabb160e9f6c3d157a0e63d5d64ba81b327
src/examples/efl/main.cpp
patch
|
blob
|
history
diff --git
a/src/examples/efl/main.cpp
b/src/examples/efl/main.cpp
index ea60efd220642e918fba1503290006cc70117b15..2f3de6f3e7908d234b38f626e73c2441e8cd40ed 100644
(file)
--- a/
src/examples/efl/main.cpp
+++ b/
src/examples/efl/main.cpp
@@
-60,6
+60,6
@@
protected:
int main(int argc, char *argv[])
{
- sample_app app
()
;
+ sample_app app;
return app.run(argc, argv);
}