diff options
Diffstat (limited to 'Source/cmCableInstantiateClassCommand.h')
-rw-r--r-- | Source/cmCableInstantiateClassCommand.h | 2 |
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: |