src/contrib/gnuplot.cc
changeset 2519 55057c67d4f6
parent 2184 db9f25b01d5c
child 4061 359e0a1b5cf8
--- a/src/contrib/gnuplot.cc	Sat Mar 01 05:41:17 2008 +0100
+++ b/src/contrib/gnuplot.cc	Sat Mar 01 05:42:14 2008 +0100
@@ -23,6 +23,12 @@
 
 namespace ns3 {
 
+GnuplotDataset::GnuplotDataset ()
+  : m_title ("untitled"),
+    m_style (LINES),
+    m_errorBars (NONE)
+{}
+
 GnuplotDataset::GnuplotDataset (std::string title)
   : m_title (title),
     m_style (LINES),