diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Style.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |