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 80bbbc6..5728cce 100644
--- a/algparam.h
+++ b/algparam.h
@@ -373,7 +373,7 @@ protected:
member_ptr<AlgorithmParametersBase> & Next() const {return const_cast<AlgorithmParameters *>(this)->Next();}
bool m_constructed, m_defaultThrowIfNotUsed;
- char m_first[sizeof(AlgorithmParametersBase) + 16];
+ size_t m_first[(sizeof(AlgorithmParametersBase) + 19)/sizeof(size_t)];
};
//! Create an object that implements NameValuePairs for passing parameters