mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 04:06:26 +01:00
gcc4 compat
This commit is contained in:
parent
323ae44c25
commit
28b707061b
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ LuaWindow::LuaWindow ()
|
||||||
, _btn_open (_("Import"))
|
, _btn_open (_("Import"))
|
||||||
, _btn_save (_("Save"))
|
, _btn_save (_("Save"))
|
||||||
, _btn_delete (_("Delete"))
|
, _btn_delete (_("Delete"))
|
||||||
, _current_buffer (0)
|
, _current_buffer ()
|
||||||
{
|
{
|
||||||
set_name ("Lua");
|
set_name ("Lua");
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue