diff options
author | Brad King <brad.king@kitware.com> | 2001-08-02 21:27:00 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2001-08-02 21:27:00 (GMT) |
commit | d76f84f70e89a2161d691142a458b403fe4a20af (patch) | |
tree | 9c4a2c955d4dda9291e47d5074118580011a6c11 /Source/cmCableWrapTclCommand.h | |
parent | 4aa1a3422bf2bd3de016c9e8e4999813d9f02db9 (diff) | |
download | CMake-d76f84f70e89a2161d691142a458b403fe4a20af.zip CMake-d76f84f70e89a2161d691142a458b403fe4a20af.tar.gz CMake-d76f84f70e89a2161d691142a458b403fe4a20af.tar.bz2 |
ENH: Added use of a class's tag to generate a better set of filenames for its wrapper configuration, xml, and generated files. This should also prevent half the classes from re-wrapping when a new one is inserted in the middle.
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; |