Skip to content

Commit

Permalink
Removed warning about missing initalization of base class in copy con…
Browse files Browse the repository at this point in the history
…structor. I hope it is corect now?
  • Loading branch information
homann committed Sep 13, 2012
1 parent bb17e82 commit e2e2792
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/qgsrasterprojector.cpp
Expand Up @@ -67,6 +67,7 @@ QgsRasterProjector::QgsRasterProjector()
}

QgsRasterProjector::QgsRasterProjector( const QgsRasterProjector &projector )
: QgsRasterInterface( 0 )
{
mSrcCRS = projector.mSrcCRS;
mDestCRS = projector.mDestCRS;
Expand Down

0 comments on commit e2e2792

Please sign in to comment.