summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_region_view.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-01-10 10:55:43 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-01-10 10:55:43 -0500
commit7e075abb6cebc4e76f486c0b3f568d645c67183b (patch)
treec50512aaa830e24d21b6c664a0387c63299bca97 /gtk2_ardour/automation_region_view.h
parent6433c7bd6151dac4763fe2ac5d0c7ab9089bf674 (diff)
coding style
Diffstat (limited to 'gtk2_ardour/automation_region_view.h')
-rw-r--r--gtk2_ardour/automation_region_view.h2
1 files changed, 1 insertions, 1 deletions
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<AutomationLine> 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);