﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2544	Compile error for OMOptimBasis/GUI/Plots/MyQwtPlotPicker.h	jacba620@…	Hubert Thieriot	"During compilation, I get the following error.


{{{
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -w -fPIC -D_REENTRANT -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4 -Irelease/generatedfiles/ui -I/usr/include/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -o release/generatedfiles/MyQwtPlotPicker.o ../GUI/Plots/MyQwtPlotPicker.cpp
In file included from ../GUI/Plots/MyQwtPlotPicker.cpp:41:0:
../GUI/Plots/MyQwtPlotPicker.h:52:35: error: expected ‘)’ before ‘*’ token
     MyQwtPlotPicker(QwtPlotCanvas *);
                                   ^
../GUI/Plots/MyQwtPlotPicker.cpp:43:33: error: expected constructor, destructor, or type conversion before ‘(’ token
 MyQwtPlotPicker::MyQwtPlotPicker(QwtPlotCanvas *_canvas):QwtPlotPicker(_canvas)
                                 ^
}}}

The compilation is aborted then. 

Using gcc version: 4.8.2 20131219"	defect	closed	high	1.9.1	OMOptim	trunk	wontfix		Per Östlund
