diff options
Diffstat (limited to 'src/Style.cxx')
-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 82aed9fdc..3f2447ddd 100644 --- a/src/Style.cxx +++ b/src/Style.cxx @@ -28,7 +28,7 @@ FontAlias::~FontAlias() { // ~Font will not release the actual font resource since it is now 0 } -void FontAlias::MakeAlias(Font &fontOrigin) { +void FontAlias::MakeAlias(const Font &fontOrigin) { SetID(fontOrigin.GetID()); } |