From 25ea1f42ad21f0960d5495b27723209aa3bc5b5e Mon Sep 17 00:00:00 2001 From: san Date: Mon, 16 Feb 2009 06:49:31 +0000 Subject: [PATCH] Missing Win32 export added --- src/Plot2d/Plot2d_HistogramItem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plot2d/Plot2d_HistogramItem.h b/src/Plot2d/Plot2d_HistogramItem.h index 889e829bb..e5be0e0a1 100644 --- a/src/Plot2d/Plot2d_HistogramItem.h +++ b/src/Plot2d/Plot2d_HistogramItem.h @@ -23,7 +23,7 @@ class QwtIntervalData; class QwtLegend; class QString; -class Plot2d_HistogramQwtItem: public QwtPlotItem +class PLOT2D_EXPORT Plot2d_HistogramQwtItem: public QwtPlotItem { protected: class PrivateData { -- 2.39.2