Skip to content

Commit

Permalink
fix crash
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Feb 5, 2012
1 parent 0a782f5 commit 4d0551f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/composer/qgscomposer.cpp
Expand Up @@ -73,6 +73,7 @@ QgsComposer::QgsComposer( QgisApp *qgis, const QString& title )
: QMainWindow()
, mTitle( title )
, mUndoView( 0 )
, mCompositionOptionsLayout( 0 )
{
setupUi( this );
setWindowTitle( mTitle );
Expand Down

0 comments on commit 4d0551f

Please sign in to comment.