From 239edc45bc2215485362eda09422e380f02ad0c1 Mon Sep 17 00:00:00 2001 From: Tim Moore Date: Wed, 2 Sep 2009 15:16:26 +0200 Subject: Create lists of graph data to choose --- grapher/GraphWidget.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'grapher/GraphWidget.hxx') diff --git a/grapher/GraphWidget.hxx b/grapher/GraphWidget.hxx index 4548d0c3..876b6e09 100644 --- a/grapher/GraphWidget.hxx +++ b/grapher/GraphWidget.hxx @@ -36,6 +36,8 @@ namespace systemtap protected: typedef std::vector > GraphList; GraphList _graphs; + typedef std::vector > GraphDataList; + GraphDataList _graphData; // For click and drag std::tr1::shared_ptr _activeGraph; // Dragging all graphs simultaneously, or perhaps seperately -- cgit