mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 15:26:53 +08:00
Merge pull request #118 from ortho/compile-mac
Fixing compiler error for MAC OS 10.10.3
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;
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#include "utf8.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
std::string utf8chr(int cp)
|
||||
{
|
||||
|
Reference in New Issue
Block a user