]> Dogcows Code - chaz/openbox/commitdiff
s/NULL/0/
authorDana Jansens <danakj@orodu.net>
Wed, 6 Nov 2002 18:26:39 +0000 (18:26 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 6 Nov 2002 18:26:39 +0000 (18:26 +0000)
otk/style.cc

index d98c926b5a21e8d23070382c62a44085f49fafaa..aa8213007d93f390a627c089b2858ed562f7cc5f 100644 (file)
@@ -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)
 {
 }
 
This page took 0.022702 seconds and 4 git commands to generate.