summaryrefslogtreecommitdiffstats
path: root/Source/cmCableInstantiateClassCommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2001-04-26 19:27:38 (GMT)
committerBrad King <brad.king@kitware.com>2001-04-26 19:27:38 (GMT)
commit61d23149893dcba75115486187a39ce853e091b9 (patch)
tree64bd472802296213e0189094f3592e28cd25e9fe /Source/cmCableInstantiateClassCommand.h
parent2c1fb789d7a182ab0df53aad474a657d59d894b0 (diff)
downloadCMake-61d23149893dcba75115486187a39ce853e091b9.zip
CMake-61d23149893dcba75115486187a39ce853e091b9.tar.gz
CMake-61d23149893dcba75115486187a39ce853e091b9.tar.bz2
ENH: Changed WriteConfiguration to non-const so it can do error checking. Added parsing and output of a name for each WrapperSet generated from a CABLE_WRAP command.
Diffstat (limited to 'Source/cmCableInstantiateClassCommand.h')
-rw-r--r--Source/cmCableInstantiateClassCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCableInstantiateClassCommand.h b/Source/cmCableInstantiateClassCommand.h
index b592cd7..5663093 100644
--- a/Source/cmCableInstantiateClassCommand.h
+++ b/Source/cmCableInstantiateClassCommand.h
@@ -63,7 +63,7 @@ public:
"template classes (not functions, operators, etc).";
}
- virtual void WriteConfiguration() const;
+ virtual bool WriteConfiguration();
cmTypeMacro(cmCableInstantiateClassCommand, cmCableInstantiateCommand);
protected: