From 7e075abb6cebc4e76f486c0b3f568d645c67183b Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 10 Jan 2014 10:55:43 -0500 Subject: [PATCH] coding style --- gtk2_ardour/automation_region_view.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);