From 134309ff232c57d934bdbdac71e3e9e06bd9ef37 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(-) (limited to 'src') 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