diff options
Diffstat (limited to 'apps/gperf/src/Gen_Perf.cpp')
-rw-r--r-- | apps/gperf/src/Gen_Perf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gperf/src/Gen_Perf.cpp b/apps/gperf/src/Gen_Perf.cpp index 584e1274954..b237d626fa5 100644 --- a/apps/gperf/src/Gen_Perf.cpp +++ b/apps/gperf/src/Gen_Perf.cpp @@ -30,7 +30,7 @@ ACE_RCSID(src, Gen_Perf, "$Id$") #include "Vectors.h" // Current release version. -extern char *version_string; +extern const char *version_string; // Reads input keys, possibly applies the reordering heuristic, sets // the maximum associated value size (rounded up to the nearest power |