~7-eric/inkscape/boolop-fix

« back to all changes in this revision

Viewing changes to src/sp-font-face.cpp

  • Committer: Kris
  • Date: 2013-08-04 14:24:43 UTC
  • Revision ID: kris.de.gussem@hotmail.com-20130804142443-w5btcgshb6mtqgtj
cppcheck: c-style casts > c++ style casts

Show diffs side-by-side

added added

removed removed

Lines of Context:
272
272
 
273
273
static void sp_fontface_class_init(SPFontFaceClass *fc)
274
274
{
275
 
    SPObjectClass *sp_object_class = (SPObjectClass *) fc;
 
275
    SPObjectClass *sp_object_class = reinterpret_cast<SPObjectClass *>(fc);
276
276
 
277
277
    sp_object_class->build = sp_fontface_build;
278
278
    sp_object_class->release = sp_fontface_release;