summaryrefslogtreecommitdiff
path: root/src/pyutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pyutils.h')
-rw-r--r--src/pyutils.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pyutils.h b/src/pyutils.h
index 323ffe02..ec925ba3 100644
--- a/src/pyutils.h
+++ b/src/pyutils.h
@@ -29,8 +29,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef _PY_UTILS_H
-#define _PY_UTILS_H
+#ifndef INCLUDED_PYUTILS_H
+#define INCLUDED_PYUTILS_H
template <typename T, typename TfromPy>
struct object_from_python
@@ -188,4 +188,4 @@ namespace boost { namespace python {
//boost::python::register_ptr_to_python< boost::shared_ptr<Base> >();
-#endif // _PY_UTILS_H
+#endif // INCLUDED_PYUTILS_H