Bug#713713: [PATCH] Explicitly instantiate AbstractUI template

2013-10-04 Thread David Henningsson
On 10/04/2013 06:07 PM, Adrian Knoth wrote: > On 10/01/13 15:24, David Henningsson wrote: > >> This fixes a build failure on Debian/Ubuntu. >> >> BugLink: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713713 >> Signed-off-by: David Henningsson >> --- >> libs/gtkmm2ext/gtk_ui.cc | 2 ++ >> 1

Bug#713713: [PATCH] Explicitly instantiate AbstractUI template

2013-10-04 Thread Adrian Knoth
On 10/01/13 15:24, David Henningsson wrote: This fixes a build failure on Debian/Ubuntu. BugLink: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713713 Signed-off-by: David Henningsson --- libs/gtkmm2ext/gtk_ui.cc | 2 ++ 1 file changed, 2 insertions(+) I'm not a C++ template expert, so

Bug#713713: [PATCH] Explicitly instantiate AbstractUI template

2013-10-01 Thread David Henningsson
This fixes a build failure on Debian/Ubuntu. BugLink: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713713 Signed-off-by: David Henningsson --- libs/gtkmm2ext/gtk_ui.cc | 2 ++ 1 file changed, 2 insertions(+) I'm not a C++ template expert, so I'm not sure this is the most elegant fix, but at