diff options
Diffstat (limited to 'Source/cmAddLibraryCommand.h')
-rw-r--r-- | Source/cmAddLibraryCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmAddLibraryCommand.h b/Source/cmAddLibraryCommand.h index 4c41599417..86a9eb9b7c 100644 --- a/Source/cmAddLibraryCommand.h +++ b/Source/cmAddLibraryCommand.h @@ -75,7 +75,7 @@ public: cmTypeMacro(cmAddLibraryCommand, cmCommand); private: - std::string m_LibName; + std::string LibName; }; |