summaryrefslogtreecommitdiffstats
path: root/staptree.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'staptree.cxx')
-rw-r--r--staptree.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/staptree.cxx b/staptree.cxx
index b4975017..090f0bd3 100644
--- a/staptree.cxx
+++ b/staptree.cxx
@@ -101,7 +101,7 @@ probe::probe ():
body (0), tok (0)
{
static unsigned last_probeidx = 0;
- this->name = string ("probe_") + lex_cast<string>(last_probeidx ++);
+ this->name = string ("probe_") + lex_cast(last_probeidx ++);
}