diff --git a/src/Standard/Standard_CString.hxx b/src/Standard/Standard_CString.hxx index eba0c16f49..38c9ed0540 100644 --- a/src/Standard/Standard_CString.hxx +++ b/src/Standard/Standard_CString.hxx @@ -53,8 +53,8 @@ inline Standard_Integer HashCode (const Standard_CString, const Standard_Integer , const Standard_Integer , Standard_Integer& ); -Standard_Integer HashCodes (const Standard_CString , - const Standard_Integer ); +__Standard_API Standard_Integer HashCodes (const Standard_CString, + const Standard_Integer); //! Equivalents of functions from standard C library that use always C locale __Standard_API double Atof (const char* theStr);