[Marble-commits] KDE/kdeedu/marble/src/lib/geodata/data
Christoph Feck
christoph at maxiom.de
Fri Jan 28 00:04:23 CET 2011
SVN commit 1217579 by cfeck:
Do not include private headers in public headers
Use a forward declaration instead; unbreaks digiKam.
M +1 -1 GeoDataPoint.h
--- trunk/KDE/kdeedu/marble/src/lib/geodata/data/GeoDataPoint.h #1217578:1217579
@@ -22,11 +22,11 @@
#include "geodata_export.h"
#include "GeoDataGeometry.h"
#include "GeoDataCoordinates.h"
-#include "GeoDataPoint_p.h"
namespace Marble
{
+class GeoDataPointPrivate;
/**
* @short A Geometry object representing a 3d point
More information about the Marble-commits
mailing list