Merge branch 'devel/master' into tizen
[platform/core/uifw/dali-demo.git] / examples / scripting / scripting-example.cpp
index 00bfcd3..749fe35 100644 (file)
@@ -38,7 +38,7 @@ bool CheckIfFileExists( const std::string& filename )
 }
 
 }
-int main( int argc, char* argv[] )
+int DALI_EXPORT_API main( int argc, char* argv[] )
 {
   // pull out the JSON file and JavaScript file from the command line arguments
   std::string javaScriptFileName;