mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 22:32:43 +08:00
Fixes issue 26 "Make include guards unique"
https://github.com/openalpr/openalpr/issues/26
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef ALPRIMPL_H
|
||||
#define ALPRIMPL_H
|
||||
#ifndef OPENALPR_ALPRIMPL_H
|
||||
#define OPENALPR_ALPRIMPL_H
|
||||
|
||||
#include <list>
|
||||
#include <sstream>
|
||||
@@ -163,4 +163,4 @@ class PlateDispatcher
|
||||
|
||||
};
|
||||
|
||||
#endif // ALPRIMPL_H
|
||||
#endif // OPENALPR_ALPRIMPL_H
|
Reference in New Issue
Block a user