Remove unnecesary public in vmime::enconding

This commit is contained in:
Miguel Chacon 2017-10-17 21:11:03 +02:00 committed by GitHub
parent 79e96398cd
commit e83937ba42

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.
*