summaryrefslogtreecommitdiff
path: root/algparam.h
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2003-11-05 01:11:03 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2003-11-05 01:11:03 +0000
commitcf8f50f114fbc0818b7b5f15eafe8a8f38924c67 (patch)
tree72eccbfcb2ab13a20efbbf471cbb984fdb5bf96b /algparam.h
parentf62df68544a4da8ffd37991c9749476715ebc399 (diff)
downloadcryptopp-cf8f50f114fbc0818b7b5f15eafe8a8f38924c67.tar.gz
reduce warnings on GCC
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@143 57ff6487-cd31-0410-9ec3-f628ee90f5f0
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>