0023418: Crash on the object displaying when running DRAW on remote station. OpenGL...
[occt.git] / src / OpenGl / OpenGl_Marker.hxx
index 87348fd..c8c0e06 100644 (file)
@@ -30,9 +30,9 @@ class OpenGl_Marker : public OpenGl_Element
  public:
 
   OpenGl_Marker (const TEL_POINT &APoint) : myPoint(APoint) {}
-  virtual ~OpenGl_Marker () {}
 
-  virtual void Render (const Handle(OpenGl_Workspace) &AWorkspace) const;
+  virtual void Render  (const Handle(OpenGl_Workspace)& theWorkspace) const;
+  virtual void Release (const Handle(OpenGl_Context)&   theContext);
 
  protected: