Skip to content

Commit

Permalink
removed return from setMapProjection which has a void return type
Browse files Browse the repository at this point in the history
  • Loading branch information
tallytalwar committed Sep 23, 2014
1 parent 7fb3cb4 commit 33fea55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/viewModule/viewModule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ void ViewModule::setMapProjection(ProjectionType _projType) {
break;
}
m_dirty = true;
return;
}

MapProjection* ViewModule::getMapProjection() {
Expand Down

0 comments on commit 33fea55

Please sign in to comment.