Skip to content

Commit

Permalink
Whoops, forgot to initialize a field.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 23, 2007
1 parent 43aaa06 commit 0a9d2d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/toby_wxwidgets.cpp
Expand Up @@ -395,6 +395,7 @@ TurtleSpace::TurtleSpace(wxWindow *parent)
, backingH(1)
, backing(NULL)
, backingDC(NULL)
, dirty(false)
{
// no-op
} // TurtleSpace::TurtleSpace
Expand Down

0 comments on commit 0a9d2d3

Please sign in to comment.