diff options
Diffstat (limited to 'Source/cmCableWrapCommand.h')
-rw-r--r-- | Source/cmCableWrapCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCableWrapCommand.h b/Source/cmCableWrapCommand.h index 9054795..e139714 100644 --- a/Source/cmCableWrapCommand.h +++ b/Source/cmCableWrapCommand.h @@ -59,7 +59,7 @@ public: "Generates a WrapSet in the CABLE configuration."; } - virtual void WriteConfiguration() const; + virtual bool WriteConfiguration(); cmTypeMacro(cmCableWrapCommand, cmCablePackageCommand); }; |