- fix terrible typo

This commit is contained in:
svenhoefer
2013-02-14 19:16:54 +01:00
parent 0986c3af8a
commit fe78bf0580
2 changed files with 5 additions and 5 deletions

View File

@@ -260,7 +260,7 @@ class CAudioPlayerGui : public CMenuTarget
void stop();
bool playNext(bool allow_rotate = false);
bool playPrev(bool allow_rotate = false);
int getAdioPayerM_currend() {return m_current;}
int getAudioPlayerM_current() {return m_current;}
};