[Marble-commits] KDE/kdeedu/marble/src/lib/routing
André Wöbbeking
woebbeking at kde.org
Mon Aug 2 22:56:27 CEST 2010
SVN commit 1158490 by woebbe:
-pedantic
M +1 -1 RoutingModel.h
--- trunk/KDE/kdeedu/marble/src/lib/routing/RoutingModel.h #1158489:1158490
@@ -51,7 +51,7 @@
enum RoutingItemDataRole {
CoordinateRole = MarblePlacemarkModel::CoordinateRole, // synchronized with MarblePlacemarkModel
TypeRole = CoordinateRole + 24 ,// avoid conflict with MarblePlacemarkModel
- InstructionWayPointRole = TypeRole + 1,
+ InstructionWayPointRole = TypeRole + 1
};
enum RoutingItemType {
More information about the Marble-commits
mailing list