diff options
Diffstat (limited to 'otk')
| -rw-r--r-- | otk/style.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/otk/style.cc b/otk/style.cc index d98c926b..aa821300 100644 --- a/otk/style.cc +++ b/otk/style.cc @@ -15,12 +15,12 @@ Style::Style() : font(NULL) } Style::Style(unsigned int screen) - : font(NULL), screen_number(screen) + : font(0), screen_number(screen) { } Style::Style(unsigned int screen, BImageControl *ctrl) - : image_control(ctrl), font(NULL), screen_number(screen) + : image_control(ctrl), font(0), screen_number(screen) { } |
