diff options
Diffstat (limited to 'grapher/StapParser.hxx')
-rw-r--r-- | grapher/StapParser.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grapher/StapParser.hxx b/grapher/StapParser.hxx index a94b0a9b..624accc7 100644 --- a/grapher/StapParser.hxx +++ b/grapher/StapParser.hxx @@ -9,6 +9,7 @@ class StapParser std::string _buffer; typedef std::map<std::string, std::tr1::shared_ptr<GraphData> > DataMap; DataMap _dataSets; + CSVData _csv; Gtk::Window& _win; GraphWidget& _widget; public: |