mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
fix compiler warning
This commit is contained in:
parent
7f4e13a2a5
commit
059df390e6
1 changed files with 2 additions and 2 deletions
|
|
@ -44,8 +44,8 @@ using namespace Gtk;
|
|||
using namespace std;
|
||||
|
||||
LevelMeterBase::LevelMeterBase (Session* s, PBD::EventLoop::InvalidationRecord* ir, FastMeter::Orientation o)
|
||||
: _meter (0)
|
||||
, parent_invalidator(ir)
|
||||
: parent_invalidator(ir)
|
||||
, _meter (0)
|
||||
, _meter_orientation(o)
|
||||
, meter_length (0)
|
||||
, thin_meter_width(2)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue