virtual d'tor protected
This commit is contained in:
parent
ad02697c5d
commit
af8a99b5dd
1 changed files with 2 additions and 1 deletions
|
@ -99,7 +99,6 @@ typedef boost::shared_ptr<TokenToIdMap> TokenToIdMapPointer;
|
|||
typedef hash_map<Id, TokenToIdMapPointer> TokenToIdsMap;
|
||||
|
||||
class OOXMLFactory_ns {
|
||||
virtual ~OOXMLFactory_ns();
|
||||
public:
|
||||
typedef boost::shared_ptr<OOXMLFactory_ns> Pointer_t;
|
||||
|
||||
|
@ -114,6 +113,8 @@ public:
|
|||
TokenToIdMapPointer getTokenToIdMap(Id nId);
|
||||
|
||||
protected:
|
||||
virtual ~OOXMLFactory_ns();
|
||||
|
||||
AttributesMap m_AttributesMap;
|
||||
ListValuesMap m_ListValuesMap;
|
||||
CreateElementsMap m_CreateElementsMap;
|
||||
|
|
Loading…
Reference in a new issue