summaryrefslogtreecommitdiff
path: root/i18nlangtag
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-03-27 08:44:52 +0200
committerNoel Grandin <noel@peralex.com>2015-03-27 10:51:08 +0200
commitaa7a829e7df30a5356fca2bae0bb7eb51367f08d (patch)
tree26e994aa1f5635c63547198fcc4b07599b3d8a90 /i18nlangtag
parent44790193a74923d42228277ed46723ba9e225136 (diff)
loplugin:staticfunction
Change-Id: Id796b799f8e2fcc3eae98d43800c5e31fec27fef
Diffstat (limited to 'i18nlangtag')
-rw-r--r--i18nlangtag/source/languagetag/languagetag.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18nlangtag/source/languagetag/languagetag.cxx b/i18nlangtag/source/languagetag/languagetag.cxx
index e7989f1786fc..d3461486d9c9 100644
--- a/i18nlangtag/source/languagetag/languagetag.cxx
+++ b/i18nlangtag/source/languagetag/languagetag.cxx
@@ -175,7 +175,7 @@ private:
void setupDataPath();
void setup();
- void teardown();
+ static void teardown();
};
namespace {