]> Dogcows Code - chaz/openbox/blobdiff - otk/style.cc
s/NULL/0/
[chaz/openbox] / 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.024405 seconds and 4 git commands to generate.