summaryrefslogtreecommitdiff
path: root/include/tools/wldcrd.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/tools/wldcrd.hxx')
-rw-r--r--include/tools/wldcrd.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/wldcrd.hxx b/include/tools/wldcrd.hxx
index e219edbed779..0e42b43c8502 100644
--- a/include/tools/wldcrd.hxx
+++ b/include/tools/wldcrd.hxx
@@ -29,7 +29,7 @@ private:
OString aWildString;
char cSepSymbol;
- bool ImpMatch( const char *pWild, const char *pStr ) const;
+ static bool ImpMatch( const char *pWild, const char *pStr );
public:
WildCard()