summaryrefslogtreecommitdiff
path: root/formula/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-07-23 10:47:05 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-07-23 10:47:05 +0200
commitacf134e19895489991d5fc088f06f69d638c5252 (patch)
treecf7d6d30684e4f75352dd5c2dab77a9cd3f3b28b /formula/inc
parent4d05a50182587ee2c63b6911206cbd6c3287c180 (diff)
-Werror,-Wshadow (Clang 3.1)
...where a local variable in a nested class shadows a member of an outer class. Fixed by renaming the relevant outer class members as "m..." Change-Id: I6caa33914ff1060e08f66eadde879fb7b4e3e7cc
Diffstat (limited to 'formula/inc')
-rw-r--r--formula/inc/formula/FormulaCompiler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/formula/inc/formula/FormulaCompiler.hxx b/formula/inc/formula/FormulaCompiler.hxx
index 1b4ac9998cda..ce4157dae9c9 100644
--- a/formula/inc/formula/FormulaCompiler.hxx
+++ b/formula/inc/formula/FormulaCompiler.hxx
@@ -294,7 +294,7 @@ protected:
OpCodeMapPtr mxSymbols; // which symbols are used
- FormulaTokenRef pToken; // current token
+ FormulaTokenRef mpToken; // current token
FormulaTokenRef pCurrentFactorToken; // current factor token (of Factor() method)
FormulaTokenArray* pArr;
ExternalReferenceHelper* pExternalRef;