diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2008-04-08 20:13:43 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2008-04-08 20:13:43 (GMT) |
commit | f2b2861248301e3b9a9a8919f7efbbe757636a3c (patch) | |
tree | 9a617366247a9cfdc59541cb94000d695eae2d7a /Source/cmTarget.h | |
parent | 7dcbe5e1f5da3a19d8f174b82eb30088319e7738 (diff) | |
download | CMake-f2b2861248301e3b9a9a8919f7efbbe757636a3c.zip CMake-f2b2861248301e3b9a9a8919f7efbbe757636a3c.tar.gz CMake-f2b2861248301e3b9a9a8919f7efbbe757636a3c.tar.bz2 |
ENH: remove qualifier from .h file
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index f7a21db..2bb0f00 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -471,7 +471,7 @@ private: // Get the full path to the target output directory. std::string GetOutputDir(bool implib); - std::string const& cmTarget::ComputeBaseOutputDir(bool implib); + std::string const& ComputeBaseOutputDir(bool implib); const char* ImportedGetLocation(const char* config); const char* NormalGetLocation(const char* config); |