mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 13:57:18 +08:00
MAC OS 10.10.3 fixing compiler error: use of undeclared identifier 'SPACE'
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user