Skip to content

Commit

Permalink
fix uninitialised variable
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKepzie committed Dec 5, 2015
1 parent 2a95af2 commit 455c2c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gui/GuiAppInstance.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ struct RotoPaintData
RotoPaintData()
: rotoPaintNode()
, stroke()
, isPainting(false)
, turboAlreadyActiveBeforePainting(false)
, lastStrokeMovementBbox()
, lastStrokeIndex(-1)
Expand Down

0 comments on commit 455c2c4

Please sign in to comment.