0026912: CLang 3.6.2 compiler warning [-Winconsistent-missing-override]
[occt.git] / src / ViewerTest / ViewerTest_ViewerCommands.cxx
index 2807701..c79eb9b 100644 (file)
@@ -4667,10 +4667,11 @@ public:
 
   void Compute (const Handle(PrsMgr_PresentationManager3d)& thePresentationManager,
                 const Handle(Prs3d_Presentation)& thePresentation,
-                const Standard_Integer theMode);
+                const Standard_Integer theMode) Standard_OVERRIDE;
 
   void ComputeSelection (const Handle(SelectMgr_Selection)& /*aSelection*/,
-                         const Standard_Integer /*aMode*/){};
+                         const Standard_Integer /*aMode*/) Standard_OVERRIDE
+  {}
 
 private: