diff options
Diffstat (limited to 'Source/cmCableWrapTclCommand.h')
-rw-r--r-- | Source/cmCableWrapTclCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCableWrapTclCommand.h b/Source/cmCableWrapTclCommand.h index a86f8ff..bb35ac8 100644 --- a/Source/cmCableWrapTclCommand.h +++ b/Source/cmCableWrapTclCommand.h @@ -97,7 +97,7 @@ public: protected: void GenerateCableFiles() const; - void GenerateCableClassFiles(const char*, const cmCableClass&, unsigned int) const; + void GenerateCableClassFiles(const char*, const cmCableClass&, const char*) const; std::string GetGccXmlFromCache() const; std::string GetGccXmlFlagsFromCache() const; std::string GetCableFromCache() const; |