From 045d831f6de614150ba0a8f2f83d1c7d33062784 Mon Sep 17 00:00:00 2001 From: pdn Date: Thu, 17 Sep 2015 10:34:34 +0300 Subject: [PATCH] Fix of header --- src/Storage/Storage_IODevice.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Storage/Storage_IODevice.hxx b/src/Storage/Storage_IODevice.hxx index 67957007ff..8afdf0c3a3 100644 --- a/src/Storage/Storage_IODevice.hxx +++ b/src/Storage/Storage_IODevice.hxx @@ -89,7 +89,7 @@ public: Standard_EXPORT void WriteLine( const TCollection_AsciiString& aLine, const Standard_Character anEndSymbol ); - Standard_EXPORT Storage_OpenMode Storage_IODevice::OpenMode() const; + Standard_EXPORT Storage_OpenMode OpenMode() const; private: -- 2.39.5