Enable build with iniparser v 3.1
[platform/framework/native/appfw.git] / inc / FBaseObject.h
index 61d97a2..f75eb44 100644 (file)
@@ -110,6 +110,12 @@ protected:
        //
        virtual void Object_Reserved1(void) { }
 
+public:
+       // This pointer is initalized null. It is used to return null pointer.
+       //
+       // @since 3.0
+       //
+       static Object* pNullObj;
 }; // Object
 
 }} // Tizen::Base