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:
998dd48
)
example: fix build break.
49/69149/1
author
Hermet Park
<hermet@hermet.pe.kr>
Thu, 12 May 2016 04:05:05 +0000
(13:05 +0900)
committer
Hermet Park
<hermet@hermet.pe.kr>
Thu, 12 May 2016 04:06:05 +0000
(13:06 +0900)
just simple wrong class usage.
Change-Id: Ibb0301abf1faf5bd2754718b294caf06b8577b77
src/examples/efl/main.cpp
patch
|
blob
|
history
diff --git
a/src/examples/efl/main.cpp
b/src/examples/efl/main.cpp
index 87d1d762361fedfada662b725332233ba8861ecc..ea60efd220642e918fba1503290006cc70117b15 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(
PACKAGE, LOCALE_DIR
);
+ sample_app app();
return app.run(argc, argv);
}