diff options
Diffstat (limited to 'Source/cmCableSourceFilesCommand.h')
-rw-r--r-- | Source/cmCableSourceFilesCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCableSourceFilesCommand.h b/Source/cmCableSourceFilesCommand.h index 4aefeb0..7b58c21 100644 --- a/Source/cmCableSourceFilesCommand.h +++ b/Source/cmCableSourceFilesCommand.h @@ -67,7 +67,7 @@ public: "Generates a Package's Headers block in the CABLE configuration."; } - virtual void WriteConfiguration() const; + virtual bool WriteConfiguration(); bool SourceFileExists(const std::string&) const; cmTypeMacro(cmCableSourceFilesCommand, cmCableCommand); |