mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
Fix of compiler warnings on OCCT 7.0.0.beta (CLang and VC++ 14)
This commit is contained in:
@@ -21,7 +21,7 @@ class StdDrivers_DocumentRetrievalDriver : public StdLDrivers_DocumentRetrievalD
|
||||
{
|
||||
public:
|
||||
//! Register types.
|
||||
Standard_EXPORT virtual void BindTypes (StdObjMgt_MapOfInstantiators& theMap);
|
||||
Standard_EXPORT virtual void BindTypes (StdObjMgt_MapOfInstantiators& theMap) Standard_OVERRIDE;
|
||||
|
||||
DEFINE_STANDARD_RTTIEXT (StdDrivers_DocumentRetrievalDriver, StdLDrivers_DocumentRetrievalDriver)
|
||||
};
|
||||
|
Reference in New Issue
Block a user