0027241: Create a complete test case to verify reading of all attribute types from...
[occt.git] / src / StdLPersistent / StdLPersistent_XLink.hxx
index 940f6c3..b370f15 100644 (file)
@@ -39,8 +39,8 @@ public:
   }
 
 private:
-  Reference<StdLPersistent_HString::Ascii> myDocEntry;
-  Reference<StdLPersistent_HString::Ascii> myLabEntry;
+  Handle(StdLPersistent_HString::Ascii) myDocEntry;
+  Handle(StdLPersistent_HString::Ascii) myLabEntry;
 };
 
 #endif