Fix build break. 86/69386/1
authorWoochan Lee <wc0917.lee@samsung.com>
Fri, 13 May 2016 04:32:00 +0000 (13:32 +0900)
committerWoochan Lee <wc0917.lee@samsung.com>
Fri, 13 May 2016 04:32:21 +0000 (13:32 +0900)
Change-Id: I51c04cabb160e9f6c3d157a0e63d5d64ba81b327

src/examples/efl/main.cpp

index ea60efd220642e918fba1503290006cc70117b15..2f3de6f3e7908d234b38f626e73c2441e8cd40ed 100644 (file)
@@ -60,6 +60,6 @@ protected:
 
 int main(int argc, char *argv[])
 {
-       sample_app app();
+       sample_app app;
        return app.run(argc, argv);
 }