summaryrefslogtreecommitdiffstats
path: root/grapher/Graph.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'grapher/Graph.hxx')
-rw-r--r--grapher/Graph.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/grapher/Graph.hxx b/grapher/Graph.hxx
index 1cc1892d..aad63767 100644
--- a/grapher/Graph.hxx
+++ b/grapher/Graph.hxx
@@ -12,7 +12,7 @@ namespace systemtap
{
public:
friend class GraphWidget;
- Graph();
+ Graph(double x = 0.0, double y = 0.0);
virtual void draw(Cairo::RefPtr<Cairo::Context> cr);
virtual bool containsPoint(double x, double y);
double getLineWidth() { return _lineWidth; }