X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fbuilders%2Ffont.cpp;h=4fb643527c83d9ea43058ffb81ead0332a74941e;hp=1ede612a1dec64e9ab2e671a5a9398fc44e8f6dc;hb=ae45c0397e2cb8f0a01f2f31d01c95ff3870271e;hpb=23d4100160bfa33359ce297b6b36244abcaa5f82 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);