diff options
Diffstat (limited to 'src/constants.hpp')
-rw-r--r-- | src/constants.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/constants.hpp b/src/constants.hpp index 4e7d13c0..6dc21790 100644 --- a/src/constants.hpp +++ b/src/constants.hpp @@ -79,8 +79,8 @@ namespace vmime } - /** Constants for disposition types (RFC-2183). */ - namespace dispositionTypes + /** Constants for content disposition types (RFC-2183). */ + namespace contentDispositionTypes { extern const string::value_type* const INLINE; extern const string::value_type* const ATTACHMENT; |