fixed eriks bug, must initialize const double values inside cpp not in h from gccc 4.4.6 onwards

This commit is contained in:
Dhanya Maliakal
2016-11-10 16:13:22 +01:00
parent cec2e5c6b4
commit 7d860cc7cd
2 changed files with 3 additions and 5 deletions

View File

@ -30,6 +30,7 @@ using namespace std;
//-------------------------------------------------------------------------------------------------------------------------------------------------
const double qDrawPlot::PLOT_TIMER_MS = 200;
qDrawPlot::qDrawPlot(QWidget *parent,multiSlsDetector*& detector):
QWidget(parent),myDet(detector),plot1D_hists(0){