|
@@ -19,7 +19,8 @@
|
|
|
|
|
|
|
|
#include "cmPropertyDefinition.h"
|
|
#include "cmPropertyDefinition.h"
|
|
|
|
|
|
|
|
-class cmPropertyDefinitionMap : public std::map<cmStdString,cmPropertyDefinition>
|
|
|
|
|
|
|
+class cmPropertyDefinitionMap :
|
|
|
|
|
+public std::map<cmStdString,cmPropertyDefinition>
|
|
|
{
|
|
{
|
|
|
public:
|
|
public:
|
|
|
// define the property
|
|
// define the property
|