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 1a39aa76a..ca6a54fd0 100644 --- a/Source/cmObject.h +++ b/Source/cmObject.h @@ -27,7 +27,7 @@ public: * Need virtual destructor to destroy real command type. */ virtual ~cmObject() {} - + /** * The class name of the command. */ @@ -38,7 +38,7 @@ public: */ static bool IsTypeOf(const char *type) { return !strcmp("cmObject", type); } - + /** * Returns true if this object is an instance of the given class or * a subclass of it. |