From c3e9da06da7d36fcfb62427851592fc1ba87dbe8 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Wed, 18 Mar 2015 02:14:45 +0100 Subject: fixed compiling on G++ v4.4: It needs a more verbose syntax when calling template base class constructors * v4.4 is still officially supported by SciTECO (see INSTALL) * Ubuntu Lucid appears to use v4.4 by default and lucid is till supported by PPA. So this should fix building SciTECO in its PPA for Ubuntu Lucid. --- src/interface-curses.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/interface-curses.h b/src/interface-curses.h index 50f4157..971d2fa 100644 --- a/src/interface-curses.h +++ b/src/interface-curses.h @@ -100,8 +100,7 @@ typedef class InterfaceCurses : public Interface { } popup; public: - InterfaceCurses() : Interface(), - screen(NULL), + InterfaceCurses() : screen(NULL), screen_tty(NULL), info_window(NULL), info_current(NULL), -- cgit v1.2.3