13
0

coding style

This commit is contained in:
Paul Davis 2014-01-10 10:55:43 -05:00
parent 6433c7bd61
commit 7e075abb6c

View File

@ -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);