gcc4 compat

This commit is contained in:
Robin Gareus 2016-03-24 00:32:18 +01:00
parent 323ae44c25
commit 28b707061b
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ LuaWindow::LuaWindow ()
, _btn_open (_("Import"))
, _btn_save (_("Save"))
, _btn_delete (_("Delete"))
, _current_buffer (0)
, _current_buffer ()
{
set_name ("Lua");