diff --git a/jni/Debug.h b/jni/Debug.h index 9c4aa09..262495b 100644 --- a/jni/Debug.h +++ b/jni/Debug.h @@ -23,7 +23,7 @@ */ #ifndef __EWOL_DRAWER_DEBUG_H__ -#define __EWOL_DRAWER_EBUG_H__ +#define __EWOL_DRAWER_DEBUG_H__ #include #include diff --git a/jni/Main.cpp b/jni/Main.cpp index 0275145..90f2bbc 100644 --- a/jni/Main.cpp +++ b/jni/Main.cpp @@ -125,7 +125,7 @@ const char * const drawerEventRequestOpenFileClosed = "Drawer Close Open File" const char * const drawerEventRequestOpenFileSelected = "Drawer Open Selected File"; -class Plop :public ewol::Windows +class Plop : public ewol::Windows { public: Plop(void)