We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49b73e7 + fe6e4bc commit 3ee2d1cCopy full SHA for 3ee2d1c
src/ft2font.h
@@ -81,7 +81,7 @@ class Glyph : public Py::PythonClass<Glyph>
81
{
82
public:
83
Glyph(Py::PythonClassInstance *self, Py::Tuple &args, Py::Dict &kwds) :
84
- Py::PythonClass<Glyph>::PythonClass(self, args, kwds) { }
+ Py::PythonClass<Glyph>(self, args, kwds) { }
85
virtual ~Glyph();
86
static Py::PythonClassObject<Glyph> factory(const FT_Face&, const FT_Glyph&, size_t, long);
87
int setattro(const Py::String &name, const Py::Object &value);
0 commit comments