Merge pull request #182 from miachm/master

Remove unnecessary public in vmime::encoding
This commit is contained in:
Vincent Richard 2017-10-18 08:58:52 +02:00 committed by GitHub
commit eb5d9db693

View File

@ -58,8 +58,6 @@ public:
encoding(const string& name, const EncodingUsage usage);
encoding(const encoding& enc);
public:
/** Return the name of the encoding.
* See the constants in vmime::encodingTypes.
*