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 5c7cdce..f5d77de 100644 --- a/Source/cmCableSourceFilesCommand.h +++ b/Source/cmCableSourceFilesCommand.h @@ -92,7 +92,7 @@ public: "Generates a Package's Headers block in the CABLE configuration."; } - virtual bool WriteConfiguration(); + virtual void WriteConfiguration() const; bool SourceFileExists(const std::string&) const; cmTypeMacro(cmCableSourceFilesCommand, cmCableCommand); |