summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Blum2011-01-17 17:34:02 -0800
committerJosh Blum2011-01-17 17:34:02 -0800
commit472176780edc5dcaaa9a80af5e73355e9e4470d5 (patch)
tree38c831b62112d15f60cd48421541a69a968ad838
parent31bbbec88b19230eb37b197d7623c3671e57837e (diff)
downloadgnuradio-472176780edc5dcaaa9a80af5e73355e9e4470d5.tar.gz
gnuradio-472176780edc5dcaaa9a80af5e73355e9e4470d5.tar.bz2
gnuradio-472176780edc5dcaaa9a80af5e73355e9e4470d5.zip
qtgui plot waterfall fix
Removed QWT_EXPORT from PlotWaterfall. PlotWaterfall is not part of libqwt, this is likely a copy/paste typo. Its very wrong and specifies incorrect linkage. Affects MSVC.
-rw-r--r--gr-qtgui/src/lib/plot_waterfall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-qtgui/src/lib/plot_waterfall.h b/gr-qtgui/src/lib/plot_waterfall.h
index 91746e3f3..a11461611 100644
--- a/gr-qtgui/src/lib/plot_waterfall.h
+++ b/gr-qtgui/src/lib/plot_waterfall.h
@@ -19,7 +19,7 @@ class QwtColorMap;
\sa QwtRasterData, QwtColorMap
*/
-class QWT_EXPORT PlotWaterfall: public QwtPlotRasterItem
+class PlotWaterfall: public QwtPlotRasterItem
{
public:
explicit PlotWaterfall(WaterfallData* data, const QString &title = QString::null);