mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0024567: Coding rules - eliminate GCC warning -Wignored-qualifiers
Redundant const qualifiers of return types of functions returning values are removed
This commit is contained in:
@@ -297,24 +297,13 @@ protected:
|
||||
|
||||
Standard_EXPORT Storage_Error FindTag (const Standard_CString aTag);
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
static Standard_CString MagicNumber();
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Standard_EXPORT static const Standard_CString MagicNumber();
|
||||
|
||||
|
||||
FSD_FStream myStream;
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _FSD_File_HeaderFile
|
||||
|
Reference in New Issue
Block a user