diff options
Diffstat (limited to 'src/pyutils.h')
-rw-r--r-- | src/pyutils.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/pyutils.h b/src/pyutils.h index df4903cf..5148e888 100644 --- a/src/pyutils.h +++ b/src/pyutils.h @@ -29,8 +29,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef INCLUDED_PYUTILS_H -#define INCLUDED_PYUTILS_H +#pragma once template <typename T, typename TfromPy> struct object_from_python @@ -183,5 +182,3 @@ namespace boost { namespace python { } } // namespace boost::python //boost::python::register_ptr_to_python< boost::shared_ptr<Base> >(); - -#endif // INCLUDED_PYUTILS_H |