diff options
Diffstat (limited to 'Source/cmCableInstantiateCommand.h')
-rw-r--r-- | Source/cmCableInstantiateCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCableInstantiateCommand.h b/Source/cmCableInstantiateCommand.h index 4f8f2bd..d8ea9f6 100644 --- a/Source/cmCableInstantiateCommand.h +++ b/Source/cmCableInstantiateCommand.h @@ -62,7 +62,7 @@ public: "template non-classes (functions, operators, etc)."; } - virtual void WriteConfiguration() const; + virtual bool WriteConfiguration(); cmTypeMacro(cmCableInstantiateCommand, cmCablePackageCommand); protected: |