1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

GCS: remove one more source of -pedantic noise.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1244 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
ephy 2010-08-08 07:00:50 +00:00 committed by ephy
parent 4536782428
commit b188672173

View File

@ -46,7 +46,7 @@ namespace {
};
}
Q_DECLARE_METATYPE(::PageData);
Q_DECLARE_METATYPE(::PageData)
using namespace Core;
using namespace Core::Internal;