mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 07:37:00 +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 CONFIG_H
|
||||
#define CONFIG_H
|
||||
#ifndef OPENALPR_CONFIG_H
|
||||
#define OPENALPR_CONFIG_H
|
||||
|
||||
|
||||
#include "simpleini/simpleini.h"
|
||||
@@ -129,4 +129,4 @@ private:
|
||||
};
|
||||
|
||||
|
||||
#endif // CONFIG_H
|
||||
#endif // OPENALPR_CONFIG_H
|
Reference in New Issue
Block a user