summaryrefslogtreecommitdiffstats
path: root/grapher/GraphWidget.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'grapher/GraphWidget.cxx')
-rw-r--r--grapher/GraphWidget.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/grapher/GraphWidget.cxx b/grapher/GraphWidget.cxx
index d42e1a79..cee1a6d2 100644
--- a/grapher/GraphWidget.cxx
+++ b/grapher/GraphWidget.cxx
@@ -74,7 +74,7 @@ namespace systemtap
{
}
- void GraphWidget::addGraphData(std::tr1::shared_ptr<GraphDataBase> data)
+ void GraphWidget::addGraphData(shared_ptr<GraphDataBase> data)
{
_graphs[0]->addGraphData(data);
_graphData.push_back(data);