summaryrefslogtreecommitdiff
path: root/algparam.h
diff options
context:
space:
mode:
Diffstat (limited to 'algparam.h')
-rw-r--r--algparam.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/algparam.h b/algparam.h
index b6f2102..05de855 100644
--- a/algparam.h
+++ b/algparam.h
@@ -278,9 +278,9 @@ protected:
virtual void AssignValue(const char *name, const std::type_info &valueType, void *pValue) const =0;
virtual const NameValuePairs & GetParent() const =0;
+ const char *m_name;
bool m_throwIfNotUsed;
mutable bool m_used;
- const char *m_name;
};
template <class T>