From e0beb96d69e570481eabe90ead31499cf7142f4d Mon Sep 17 00:00:00 2001 From: Renaud Lepage Date: Sun, 26 Jan 2014 21:48:46 -0500 Subject: [PATCH] A namespace error was causing the Android compiler to choke. --- src/NotesLoaderDWI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NotesLoaderDWI.cpp b/src/NotesLoaderDWI.cpp index 55a408b58e..e826cf56f0 100644 --- a/src/NotesLoaderDWI.cpp +++ b/src/NotesLoaderDWI.cpp @@ -19,7 +19,7 @@ Difficulty DwiCompatibleStringToDifficulty( const RString& sDC ); static std::map g_mapDanceNoteToNoteDataColumn; /** @brief The different types of core DWI arrows and pads. */ -enum +enum DanceNotes { DANCE_NOTE_NONE = 0, DANCE_NOTE_PAD1_LEFT,