summaryrefslogtreecommitdiffstats
path: root/Source/cmCommands.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2001-02-23 15:40:13 (GMT)
committerBrad King <brad.king@kitware.com>2001-02-23 15:40:13 (GMT)
commitd31ce244136205bc006967090ddd4d6fdde5b3cb (patch)
tree7c3c96c3a906ed4ba33d7ecc0ab616db8a0e0373 /Source/cmCommands.h
parent8f0ac1e9bd4aaf012c10e0044465c580b6f56144 (diff)
downloadCMake-d31ce244136205bc006967090ddd4d6fdde5b3cb.zip
CMake-d31ce244136205bc006967090ddd4d6fdde5b3cb.tar.gz
CMake-d31ce244136205bc006967090ddd4d6fdde5b3cb.tar.bz2
ERR: Fixed warnings (int->unsigned int and a few others).
Diffstat (limited to 'Source/cmCommands.h')
-rw-r--r--Source/cmCommands.h60
1 files changed, 30 insertions, 30 deletions
diff --git a/Source/cmCommands.h b/Source/cmCommands.h
index f006063..ab71222 100644
--- a/Source/cmCommands.h
+++ b/Source/cmCommands.h
@@ -1,30 +1,30 @@
- /*=========================================================================
-
- Program: Insight Segmentation & Registration Toolkit
- Module: $RCSfile$
- Language: C++
- Date: $Date$
- Version: $Revision$
-
-
- Copyright (c) 2000 National Library of Medicine
- All rights reserved.
-
- See COPYRIGHT.txt for copyright details.
-
-=========================================================================*/
-#ifndef cmCommands_h
-#define cmCommands_h
-#include "cmStandardIncludes.h"
-
-class cmCommand;
-/**
- * Global function to return all compiled in commands.
- * To add a new command edit cmCommands.cxx and add your command.
- * It is up to the caller to delete the commands created by this
- * call.
- */
-void GetPredefinedCommands(std::list<cmCommand*>& commands);
-
-
-#endif
+/*=========================================================================
+
+ Program: Insight Segmentation & Registration Toolkit
+ Module: $RCSfile$
+ Language: C++
+ Date: $Date$
+ Version: $Revision$
+
+
+ Copyright (c) 2000 National Library of Medicine
+ All rights reserved.
+
+ See COPYRIGHT.txt for copyright details.
+
+=========================================================================*/
+#ifndef cmCommands_h
+#define cmCommands_h
+#include "cmStandardIncludes.h"
+
+class cmCommand;
+/**
+ * Global function to return all compiled in commands.
+ * To add a new command edit cmCommands.cxx and add your command.
+ * It is up to the caller to delete the commands created by this
+ * call.
+ */
+void GetPredefinedCommands(std::list<cmCommand*>& commands);
+
+
+#endif