STYLE: fix line length
This commit is contained in:
parent
434d2292c5
commit
fbc9fed2e2
|
@ -19,7 +19,8 @@
|
|||
|
||||
#include "cmPropertyDefinition.h"
|
||||
|
||||
class cmPropertyDefinitionMap : public std::map<cmStdString,cmPropertyDefinition>
|
||||
class cmPropertyDefinitionMap :
|
||||
public std::map<cmStdString,cmPropertyDefinition>
|
||||
{
|
||||
public:
|
||||
// define the property
|
||||
|
|
Loading…
Reference in New Issue