A namespace error was causing the Android compiler to choke.

This commit is contained in:
Renaud Lepage
2014-01-26 21:48:46 -05:00
parent 0a2fe0bff7
commit e0beb96d69
+1 -1
View File
@@ -19,7 +19,7 @@ Difficulty DwiCompatibleStringToDifficulty( const RString& sDC );
static std::map<int,int> g_mapDanceNoteToNoteDataColumn;
/** @brief The different types of core DWI arrows and pads. */
enum
enum DanceNotes
{
DANCE_NOTE_NONE = 0,
DANCE_NOTE_PAD1_LEFT,