0031313: Foundation Classes - Dump improvement for classes
[occt.git] / src / Prs3d / Prs3d_TextAspect.hxx
index 185a37f..2fc8111 100644 (file)
@@ -98,7 +98,7 @@ public:
   void SetAspect (const Handle(Graphic3d_AspectText3d)& theAspect) { myTextAspect = theAspect; }
 
   //! Dumps the content of me into the stream
-  Standard_EXPORT virtual void DumpJson (Standard_OStream& theOStream, const Standard_Integer theDepth = -1) const Standard_OVERRIDE;
+  Standard_EXPORT virtual void DumpJson (Standard_OStream& theOStream, Standard_Integer theDepth = -1) const Standard_OVERRIDE;
 
 protected: