From: Paul Davis Date: Fri, 10 Jan 2014 15:55:43 +0000 (-0500) Subject: coding style X-Git-Tag: 1.0.0~978 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=7e075abb6cebc4e76f486c0b3f568d645c67183b;p=ardour.git coding style --- diff --git a/gtk2_ardour/automation_region_view.h b/gtk2_ardour/automation_region_view.h index 571a80709a..21c1bfcd87 100644 --- a/gtk2_ardour/automation_region_view.h +++ b/gtk2_ardour/automation_region_view.h @@ -55,7 +55,7 @@ public: boost::shared_ptr line() { return _line; } // We are a ghost. Meta ghosts? Crazy talk. - virtual GhostRegion* add_ghost(TimeAxisView&) { return NULL; } + virtual GhostRegion* add_ghost(TimeAxisView&) { return 0; } void set_height (double); void reset_width_dependent_items(double pixel_width);