X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/c3d4d096451b5c683492e81574b302e5486950e1..a33da5ffd51e76eae7223a029549c6f772e39aae:/include/stg/user_property.h?ds=inline

diff --git a/include/stg/user_property.h b/include/stg/user_property.h
index 824c668e..20ca6fd8 100644
--- a/include/stg/user_property.h
+++ b/include/stg/user_property.h
@@ -81,6 +81,7 @@ public:
     virtual ~USER_PROPERTY_LOGGED() {}
 
     USER_PROPERTY_LOGGED<varT> * GetPointer() throw() { return this; }
+    const USER_PROPERTY_LOGGED<varT> * GetPointer() const throw() { return this; }
     const varT & Get() const { return USER_PROPERTY<varT>::ConstData(); }
     const std::string & GetName() const { return name; }
     bool Set(const varT & val,