Version: unspecified (using Devel) OS: MS Windows Marblewidget (master-branch, Qt 4.7.4) cannot be compiled in MS Visual C++ 2010. Thanks to Joachim Puhr for reporting. Reproducible: Didn't try Steps to Reproduce: Compile Marble (master). Actual Results: Compilation fails in line 34 in GeoDataParser.h. GeoDataDocument* geoDataDoc(GeoParser& parser) GEODATA_EXPORT; Expected Results: Compilation should succeed. Changing line 34 in GeoDataParser.h from GeoDataDocument* geoDataDoc(GeoParser& parser) GEODATA_EXPORT; to GEODATA_EXPORT GeoDataDocument* geoDataDoc(GeoParser& parser); makes Marble compile again.
Git commit 41e5247356697b5a2eac267da94f085cc37ab974 by Bernhard Beschow. Committed on 24/09/2011 at 14:10. Pushed by beschow into branch 'master'. compile under MSVC 2008 + 2010 Thanks to Anton Chernov for the patch. BUG: 282671 CCMAIL: chernov.anton.mail@gmail.com CCMAIL: JOACHIM.PUHR@thalesgroup.com M +1 -1 src/lib/geodata/parser/GeoDataParser.h http://commits.kde.org/marble/41e5247356697b5a2eac267da94f085cc37ab974