MAC OS 10.10.3 fixing compiler error: use of undeclared identifier 'SPACE'

This commit is contained in:
Anatoliy Bulukin
2015-05-14 22:56:12 +03:00
parent 14bc035e1a
commit 1838942396

View File

@@ -42,6 +42,7 @@ using namespace alpr;
const int LEFT_ARROW_KEY = 2;
const int RIGHT_ARROW_KEY = 3;
const int SPACE_KEY = 32;
const string SPACE = " ";
const int ENTER_KEY = 13;
const int ESCAPE_KEY = 27;