Browse Source

ENH: remove qualifier from .h file

Bill Hoffman 17 years ago
parent
commit
f2b2861248
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmTarget.h

+ 1 - 1
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);