diff options
Diffstat (limited to 'include/svl/inethist.hxx')
-rw-r--r-- | include/svl/inethist.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/inethist.hxx b/include/svl/inethist.hxx index 9f88fd84baa7..a04a907d4beb 100644 --- a/include/svl/inethist.hxx +++ b/include/svl/inethist.hxx @@ -56,7 +56,7 @@ public: /** QueryProtocol. */ - bool QueryProtocol (INetProtocol eProto) const + static bool QueryProtocol (INetProtocol eProto) { return ((eProto == INetProtocol::File ) || (eProto == INetProtocol::Ftp ) || |