From a7c106e1e4d367ddacd0d750046973c5caf9dd2a Mon Sep 17 00:00:00 2001 From: ephy Date: Wed, 17 Mar 2010 11:28:53 +0000 Subject: [PATCH] GCS/qwt: Fix to make it compile on Windows git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@329 ebee16cc-31ac-478f-84a7-5cbb03baadba --- ground/src/libs/qwt/src/qwt_valuelist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ground/src/libs/qwt/src/qwt_valuelist.h b/ground/src/libs/qwt/src/qwt_valuelist.h index 96da48a19..982ef63e5 100644 --- a/ground/src/libs/qwt/src/qwt_valuelist.h +++ b/ground/src/libs/qwt/src/qwt_valuelist.h @@ -45,7 +45,7 @@ inline uint qHash(double key) { return uint(key); } #endif // MOC_SKIP_BEGIN -template class QWT_EXPORT QList; +//template class QWT_EXPORT QList; // MOC_SKIP_END #endif // QWT_TEMPLATEDLL