0025213: Visualization, TKOpenGl - do not use deprecated built-ins in GLSL shaders
[occt.git] / src / Graphic3d / Graphic3d_IndexBuffer.hxx
index ec69dfc..a8d5dd3 100644 (file)
@@ -70,8 +70,12 @@ public:
     }
   }
 
+public:
+
+  DEFINE_STANDARD_RTTI(Graphic3d_IndexBuffer) // Type definition
+
 };
 
-typedef NCollection_Handle<Graphic3d_IndexBuffer> Handle(Graphic3d_IndexBuffer);
+DEFINE_STANDARD_HANDLE(Graphic3d_IndexBuffer, Graphic3d_Buffer)
 
 #endif // _Graphic3d_IndexBuffer_HeaderFile