X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftrunk%2FETL%2F_handle.h;h=32a37ad98bccf6d722a9e957a0e8ca9de64f682e;hb=eac1b2a6e8b5316410c264c01d5764cb1637978d;hp=498c0836bd6c72f79e52f051df0903d8978a0290;hpb=1d5600df1480218df25fcae4330c65afabbbf92b;p=synfig.git diff --git a/ETL/trunk/ETL/_handle.h b/ETL/trunk/ETL/_handle.h index 498c083..32a37ad 100644 --- a/ETL/trunk/ETL/_handle.h +++ b/ETL/trunk/ETL/_handle.h @@ -140,6 +140,9 @@ public: typedef int size_type; protected: +#ifdef _DEBUG +public: +#endif value_type *obj; //!< Pointer to object public: @@ -631,6 +634,9 @@ public: typedef int size_type; protected: +#ifdef _DEBUG +public: +#endif value_type *obj; //!< Pointer to object public: