X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbuilders%2Ffont.cpp;h=4fb643527c83d9ea43058ffb81ead0332a74941e;hb=e6e6f0fe81a2f92985e65ae0de708974194d81a3;hp=1ede612a1dec64e9ab2e671a5a9398fc44e8f6dc;hpb=f19366d32cc29287a2730cfba90893e407754081;p=libs%2Fgl.git diff --git a/source/builders/font.cpp b/source/builders/font.cpp index 1ede612a..4fb64352 100644 --- a/source/builders/font.cpp +++ b/source/builders/font.cpp @@ -143,8 +143,8 @@ Font::Glyph::Glyph(): { } -Font::Loader::Loader(Font &f, Collection *c): - DataFile::CollectionObjectLoader(f, c) +Font::Loader::Loader(Font &f, Collection &c): + DataFile::CollectionObjectLoader(f, &c) { add("native_size", &Font::native_size); add("ascent", &Font::ascent);