Skip to content

Commit

Permalink
Fix use of uninitialized value
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 14, 2014
1 parent e568493 commit fc00baf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/qgsrenderchecker.cpp
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ QgsRenderChecker::QgsRenderChecker() :
mExpectedImageFile( "" ), mExpectedImageFile( "" ),
mMismatchCount( 0 ), mMismatchCount( 0 ),
mColorTolerance( 0 ), mColorTolerance( 0 ),
mElapsedTimeTarget( 0 ) mElapsedTimeTarget( 0 ),
mBufferDashMessages( false )
{ {
} }


Expand Down

0 comments on commit fc00baf

Please sign in to comment.