[Marble-devel] export definiton
Konrad Enzensberger
e.konrad at mpegcode.com
Thu Sep 15 12:04:11 UTC 2011
Hi,
after todays update from git master i failed to compile marblewidget
on win xp / VisualStudio .
Reason:
in GeoDataParser.h the methode:
geoDataDoc is now defined for export this way:
GeoDataDocument* geoDataDoc(GeoParser& parser) GEODATA_EXPORT ;
This way the VS compiler do not cover GEODATA_EXPORT as define.
Changing the code to:
GEODATA_EXPORT GeoDataDocument* geoDataDoc(GeoParser& parser);
all works fine again, tested against the GpxPlugin,
br, konrad
More information about the Marble-devel
mailing list