Browse Source

Revert "Remove unused variables"

This reverts commit 004758c725.
v1.x
Nathan Rajlich 10 years ago
parent
commit
3d9f2ac16f
  1. 1
      src/FontFace.h

1
src/FontFace.h

@ -24,6 +24,7 @@ class FontFace: public node::ObjectWrap {
inline cairo_font_face_t *cairoFace(){ return _crFace; } inline cairo_font_face_t *cairoFace(){ return _crFace; }
private: private:
~FontFace(); ~FontFace();
FT_Face _ftFace;
cairo_font_face_t *_crFace; cairo_font_face_t *_crFace;
static bool _initLibrary; static bool _initLibrary;
}; };

Loading…
Cancel
Save