STYLE: fix line length

This commit is contained in:
Ken Martin 2006-12-04 11:04:16 -05:00
parent 434d2292c5
commit fbc9fed2e2

View File

@ -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