aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Chacon <[email protected]>2017-10-17 19:11:03 +0000
committerGitHub <[email protected]>2017-10-17 19:11:03 +0000
commite83937ba420044ddcd4f8d36438cca340cbeda1d (patch)
tree813a0593b9e0550131ae90a45917aad4a2e892e1
parentMerge pull request #180 from rusdevops/patch-1 (diff)
downloadvmime-e83937ba420044ddcd4f8d36438cca340cbeda1d.tar.gz
vmime-e83937ba420044ddcd4f8d36438cca340cbeda1d.zip
Remove unnecesary public in vmime::enconding
-rw-r--r--src/vmime/encoding.hpp2
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.
*