summaryrefslogtreecommitdiff
path: root/tools/source/fsys
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-03-30 13:32:08 +0200
committerNoel Grandin <noel@peralex.com>2015-04-01 10:37:02 +0200
commitedc189dbfac35d9a587ec50d0f382bb66444eca8 (patch)
tree20b6b40033f29410f8545ce83fb574e4ad75e709 /tools/source/fsys
parentd677e27cfa700971cba3dafa7b476a266227a547 (diff)
loplugin:staticfunction
Change-Id: I89f5984d73e7d42269189dc1d1bc2d59e5ab193f
Diffstat (limited to 'tools/source/fsys')
-rw-r--r--tools/source/fsys/wldcrd.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/source/fsys/wldcrd.cxx b/tools/source/fsys/wldcrd.cxx
index 66425bc910e4..4adfb7c3850e 100644
--- a/tools/source/fsys/wldcrd.cxx
+++ b/tools/source/fsys/wldcrd.cxx
@@ -25,7 +25,7 @@
* '?' in pWild mean match exactly one character.
*
*/
-bool WildCard::ImpMatch( const char *pWild, const char *pStr ) const
+bool WildCard::ImpMatch( const char *pWild, const char *pStr )
{
int pos=0;
int flag=0;