diff options
Diffstat (limited to 'Source/cmObject.h')
-rw-r--r-- | Source/cmObject.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmObject.h b/Source/cmObject.h index 99ab31d..2083518 100644 --- a/Source/cmObject.h +++ b/Source/cmObject.h @@ -22,8 +22,8 @@ /** \class cmObject * \brief Superclass for all commands and other classes in CMake. * - * cmObject is the base class for all classes in CMake. It defines some methods - * such as GetNameOfClass, IsA, SafeDownCast. + * cmObject is the base class for all classes in CMake. It defines some + * methods such as GetNameOfClass, IsA, SafeDownCast. */ class cmObject { |