mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: more constness on const char* values
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user