STYLE: more constness on const char* values

This commit is contained in:
Mark Olesen
2011-03-11 09:08:45 +01:00
parent fd6695d329
commit 12d965ead9
15 changed files with 31 additions and 46 deletions

View File

@ -106,10 +106,10 @@ protected:
// Static data members
//- Root of the LIB target for Make/files
static const char* libTargetRoot;
static const char* const libTargetRoot;
//- Top-level directory name for copy/compiling
static const char* topDirName;
static const char* const topDirName;
// Protected Member Functions