Improve application launching speed
[platform/core/uifw/dali-demo.git] / examples / mesh-morph / mesh-morph-example.cpp
index dcbb130..9ab3b4b 100644 (file)
@@ -358,7 +358,7 @@ void RunTest( Application& application )
 
 // Entry point for Linux & SLP applications
 //
-int main( int argc, char **argv )
+int DALI_EXPORT_API main( int argc, char **argv )
 {
   Application application = Application::New( &argc, &argv );