diff options
Diffstat (limited to 'Source/cmQTWrapCPPCommand.h')
-rw-r--r-- | Source/cmQTWrapCPPCommand.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmQTWrapCPPCommand.h b/Source/cmQTWrapCPPCommand.h index 684eec6..09f79e7 100644 --- a/Source/cmQTWrapCPPCommand.h +++ b/Source/cmQTWrapCPPCommand.h @@ -68,7 +68,6 @@ private: * List of header files that pprovide the source for m_WrapClasses. */ std::vector<std::string> m_WrapHeaders; - std::vector<std::string> m_OriginalNames; std::string m_LibraryName; std::string m_SourceList; }; |