diff options
| author | Miguel Chacon <[email protected]> | 2017-10-17 21:11:03 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-10-17 21:11:03 +0200 |
| commit | e83937ba420044ddcd4f8d36438cca340cbeda1d (patch) | |
| tree | 813a0593b9e0550131ae90a45917aad4a2e892e1 /src | |
| parent | Merge pull request #180 from rusdevops/patch-1 (diff) | |
| download | vmime-e83937ba420044ddcd4f8d36438cca340cbeda1d.tar.gz vmime-e83937ba420044ddcd4f8d36438cca340cbeda1d.zip | |
Remove unnecesary public in vmime::enconding
Diffstat (limited to 'src')
| -rw-r--r-- | src/vmime/encoding.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vmime/encoding.hpp b/src/vmime/encoding.hpp index 3148f899..90733807 100644 --- a/src/vmime/encoding.hpp +++ b/src/vmime/encoding.hpp @@ -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. * |
