1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

GCS/qwt: Fix to make it compile on Windows

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@329 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
ephy 2010-03-17 11:28:53 +00:00 committed by ephy
parent 289d850403
commit a7c106e1e4

View File

@ -45,7 +45,7 @@ inline uint qHash(double key) { return uint(key); }
#endif
// MOC_SKIP_BEGIN
template class QWT_EXPORT QList<double>;
//template class QWT_EXPORT QList<double>;
// MOC_SKIP_END
#endif // QWT_TEMPLATEDLL