fix compilation error on Linux

This commit is contained in:
Volker Fischer 2014-02-21 21:29:33 +00:00
parent 388664e48e
commit de667b66a6

View File

@ -895,7 +895,7 @@ public:
return OT_WINDOWS;
#elif defined ( __APPLE__ ) || defined ( __MACOSX )
return OT_MAC_OS;
#elif definded ( ANDROID )
#elif defined ( ANDROID )
return OT_ANDROID;
#else
return OT_LINUX;