[Marble-commits] KDE/kdeedu/marble/src
Dennis Nienhüser
earthwings at gentoo.org
Sat Jun 26 15:09:38 CEST 2010
SVN commit 1143093 by nienhueser:
Compile
M +1 -1 QtMainWindow.cpp
--- trunk/KDE/kdeedu/marble/src/QtMainWindow.cpp #1143092:1143093
@@ -342,7 +342,7 @@
for (; i != end; ++i ) {
// FIXME: This will go into the layer manager when AbstractDataPlugin is an interface
- if( i->renderType() == Online ) {
+ if( (*i)->renderType() == RenderPlugin::Online ) {
m_onlineServicesMenu->addAction( (*i)->action() );
}
}
More information about the Marble-commits
mailing list