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:
c7fe99c
)
Fix build error.
75/65275/1
author
Woochan Lee
<wc0917.lee@samsung.com>
Fri, 8 Apr 2016 07:36:07 +0000
(16:36 +0900)
committer
Woochan Lee
<wc0917.lee@samsung.com>
Fri, 8 Apr 2016 07:36:40 +0000
(16:36 +0900)
I missed it :(
Change-Id: I0efe86ab66e584a05959849c0513c94d144e8b0b
src/examples/efl/main.cpp
patch
|
blob
|
history
diff --git
a/src/examples/efl/main.cpp
b/src/examples/efl/main.cpp
index ecf491592ecd4d7eeff1e4303471cede000684ed..8898b7e099ee120481281ef4291abab1d7030a30 100644
(file)
--- a/
src/examples/efl/main.cpp
+++ b/
src/examples/efl/main.cpp
@@
-56,6
+56,7
@@
create_toolbar(Evas_Object *parent, const char *style)
Evas_Object*
create_scrolling_content(Evas_Object *parent)
{
+ char buf[PATH_MAX];
Elm_Image *image;
/* Image */