Skip to content

Commit

Permalink
Fixed OMNotebook build.
Browse files Browse the repository at this point in the history
  • Loading branch information
adeas31 committed Jul 26, 2017
1 parent 48a8d49 commit e5206ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMNotebook/OMNotebookGUI/xmlparser.cpp
Expand Up @@ -627,7 +627,7 @@ namespace IAEX
QDomElement curveElement = n.toElement();
if (curveElement.tagName() == XML_GRAPHCELL_CURVE)
{
PlotCurve *pPlotCurve = new PlotCurve("", curveElement.attribute(XML_GRAPHCELL_TITLE), "", "", gCell->mpPlotWindow->getPlot());
PlotCurve *pPlotCurve = new PlotCurve("", curveElement.attribute(XML_GRAPHCELL_TITLE), "", curveElement.attribute(XML_GRAPHCELL_TITLE), "", "", gCell->mpPlotWindow->getPlot());
// read the curve data
if (curveElement.hasAttribute(XML_GRAPHCELL_XDATA) && curveElement.hasAttribute(XML_GRAPHCELL_YDATA))
{
Expand Down

0 comments on commit e5206ef

Please sign in to comment.