X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FOpenGl%2FOpenGl_FrameStats.hxx;h=adcbb019862517d6c5968ca072d9d1ad60c9d39b;hb=5dc0517d2d7da44309c1dc0a13030937a4634cae;hpb=944768d27781240469f685604cb78e4822dbbf71 diff --git a/src/OpenGl/OpenGl_FrameStats.hxx b/src/OpenGl/OpenGl_FrameStats.hxx index 0ed9361aee..adcbb01986 100644 --- a/src/OpenGl/OpenGl_FrameStats.hxx +++ b/src/OpenGl/OpenGl_FrameStats.hxx @@ -136,7 +136,8 @@ public: protected: //! Updates counters for structures. - Standard_EXPORT virtual void updateStructures (const OpenGl_IndexedMapOfStructure& theStructures, + Standard_EXPORT virtual void updateStructures (Standard_Integer theViewId, + const OpenGl_IndexedMapOfStructure& theStructures, Standard_Boolean theToCountElems, Standard_Boolean theToCountTris, Standard_Boolean theToCountMem);