summaryrefslogtreecommitdiff
path: root/performance-tests
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-06-07 06:45:00 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-06-07 06:45:00 +0000
commit301f6de0c0719e95d4bdf766d1aae0a3debda263 (patch)
tree4c496c170b9af34f4e4261b5f011b94af3247e03 /performance-tests
parentf868ff49bd916a0de5d694eb9371c0db858e416f (diff)
downloadATCD-301f6de0c0719e95d4bdf766d1aae0a3debda263.tar.gz
.
Diffstat (limited to 'performance-tests')
-rw-r--r--performance-tests/Misc/childbirth_time.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/performance-tests/Misc/childbirth_time.cpp b/performance-tests/Misc/childbirth_time.cpp
index d0bd956a03c..69a93da21b7 100644
--- a/performance-tests/Misc/childbirth_time.cpp
+++ b/performance-tests/Misc/childbirth_time.cpp
@@ -339,7 +339,7 @@ main (int argc, char* argv[])
int c;
size_t iteration = 10;
Profiler profiler = 0;
- char *profile_name = 0 ;
+ const char *profile_name = 0 ;
while ((c=get_opt ()) != -1)
{