]> Dogcows Code - chaz/openbox/commitdiff
initialize _font
authorDana Jansens <danakj@orodu.net>
Sat, 15 Feb 2003 12:46:40 +0000 (12:46 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 15 Feb 2003 12:46:40 +0000 (12:46 +0000)
otk/label.cc

index 587e321250300a287153bcbd7fcc080b5814e8a1..a267039df1164a078a5437a624755ac1472ba616 100644 (file)
@@ -13,6 +13,7 @@ namespace otk {
 Label::Label(Widget *parent)
   : Widget(parent),
     _text(""),
+    _font(0),
     _justify_horz(RenderStyle::LeftTopJustify),
     _justify_vert(RenderStyle::LeftTopJustify),
     _highlight(false)
This page took 0.02189 seconds and 4 git commands to generate.