Explorar el Código

Fixed include case.

marksibly hace 8 años
padre
commit
8abae1b51a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      modules/theoraplayer/native/monkey2_glue.cpp

+ 1 - 1
modules/theoraplayer/native/monkey2_glue.cpp

@@ -3,7 +3,7 @@
 
 #include "theoraplayer.h"
 #include "Manager.h"
-#include "memorydatasource.h"
+#include "MemoryDataSource.h"
 
 theoraplayer::Manager *bb_theoraplayer_getManager(){