aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/pyenum.h
diff options
context:
space:
mode:
Diffstat (limited to 'libshiboken/pyenum.h')
-rw-r--r--libshiboken/pyenum.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libshiboken/pyenum.h b/libshiboken/pyenum.h
index a29a7f1c5..43a8d5142 100644
--- a/libshiboken/pyenum.h
+++ b/libshiboken/pyenum.h
@@ -32,8 +32,8 @@
* 02110-1301 USA
*/
-#ifndef PYENUM_H
-#define PYENUM_H
+#ifndef SBK_PYENUM_H
+#define SBK_PYENUM_H
#include <Python.h>
#include "shibokenmacros.h"
@@ -71,5 +71,5 @@ LIBSHIBOKEN_API PyObject* SbkEnumObject_New(PyTypeObject *instanceType,
} // namespace Shiboken
-#endif // PYENUM_H
+#endif // SKB_PYENUM_H