From kde-commits Sat Oct 01 14:37:21 2016 From: Bernhard Beschow Date: Sat, 01 Oct 2016 14:37:21 +0000 To: kde-commits Subject: [marble] src/lib/marble/geodata/data: remove redundant name specifier Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=147533265200737 Git commit 464996fbb3e190c1deef176b0787ca8ff01053c4 by Bernhard Beschow. Committed on 01/10/2016 at 14:36. Pushed by beschow into branch 'master'. remove redundant name specifier M +1 -1 src/lib/marble/geodata/data/GeoDataDocument.h http://commits.kde.org/marble/464996fbb3e190c1deef176b0787ca8ff01053c4 diff --git a/src/lib/marble/geodata/data/GeoDataDocument.h b/src/lib/marble= /geodata/data/GeoDataDocument.h index fd9c9bb..a210354 100644 --- a/src/lib/marble/geodata/data/GeoDataDocument.h +++ b/src/lib/marble/geodata/data/GeoDataDocument.h @@ -120,7 +120,7 @@ public: * @brief Add a style to the style storage * @param style the new style */ - void addStyle(const Marble::GeoDataStyle::Ptr &style ); + void addStyle(const GeoDataStyle::Ptr &style); = /** * @brief Add a style to the style storage