Attempt to make range-for work in 4.6.3...

This commit is contained in:
Unknown W. Brackets 2014-05-21 08:11:11 -07:00
parent 288d867588
commit b596e952bf

View file

@ -33,6 +33,9 @@
#include "UI/UIShader.h"
#include "UI/GameSettingsScreen.h"
using std::begin;
using std::end;
class ControlMapper : public UI::LinearLayout {
public:
ControlMapper(int pspKey, std::string keyName, ScreenManager *scrm, UI::LinearLayoutParams *layoutParams = 0);