From c6414481b0cdcb7a7d9b142a5085a620c9b2b565 Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 22 Jun 2014 19:14:49 +1000 Subject: Avoid warning from g++. --- src/Style.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Style.cxx b/src/Style.cxx index 4297fa7cc..10fc0d2bf 100644 --- a/src/Style.cxx +++ b/src/Style.cxx @@ -19,7 +19,7 @@ using namespace Scintilla; FontAlias::FontAlias() { } -FontAlias::FontAlias(const FontAlias &other) { +FontAlias::FontAlias(const FontAlias &other) : Font() { SetID(other.fid); } -- cgit v1.2.3