mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-29 18:07:42 +01:00
coding style
This commit is contained in:
parent
6433c7bd61
commit
7e075abb6c
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue