From b2c3554be7cbf2eec7c82b3b5eca9ffa5574a3d5 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Fri, 7 Jan 2005 17:15:43 +0000 Subject: [PATCH] Made 'propertySet::property' public. --- vmime/propertySet.hpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/vmime/propertySet.hpp b/vmime/propertySet.hpp index cf01c360..bfde4729 100644 --- a/vmime/propertySet.hpp +++ b/vmime/propertySet.hpp @@ -41,8 +41,10 @@ namespace vmime class propertySet { -protected: +public: + /** A property holds a (name,value) pair. + */ class property { public: @@ -90,6 +92,8 @@ protected: string m_value; }; +protected: + class propertyProxy { public: