Merge "Allows debug builds to be enabled for GBS builds" into devel/master
[platform/core/uifw/dali-core.git] / dali / internal / common / owner-pointer.h
index d8bf7ea..7b92978 100644 (file)
@@ -178,7 +178,7 @@ public:
    * Returns a const pointer to the object owned.
    * @return a const pointer to the object.
    */
-  const T* Get()
+  const T* Get() const
   {
     return mObject;
   }