summaryrefslogtreecommitdiff
path: root/filters.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-12-22 23:45:33 -0500
committerJeffrey Walton <noloader@gmail.com>2016-12-22 23:45:33 -0500
commit3475a235bf2c5620bc7c3fe87329e0761f24709b (patch)
treef0d4a8a53a06933bac38edefd854f94900d283ed /filters.h
parentd0a6d43e16e4677d36bd0567978286938c1cfe6b (diff)
downloadcryptopp-git-3475a235bf2c5620bc7c3fe87329e0761f24709b.tar.gz
Cleared 'warning: field 'm_attachment' will be initialized after field'
Diffstat (limited to 'filters.h')
-rw-r--r--filters.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/filters.h b/filters.h
index 34ef6765..0e10d420 100644
--- a/filters.h
+++ b/filters.h
@@ -147,12 +147,12 @@ protected:
//! \note There should be a MessageEnd() immediately before MessageSeriesEnd().
bool OutputMessageSeriesEnd(int outputSite, int propagation, bool blocking, const std::string &channel=DEFAULT_CHANNEL);
+private:
+ member_ptr<BufferedTransformation> m_attachment;
+
protected:
size_t m_inputPosition;
int m_continueAt;
-
-private:
- member_ptr<BufferedTransformation> m_attachment;
};
//! \class FilterPutSpaceHelper