Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9b00f1c

Browse files
committed
Merge remote-tracking branch 'upstream/v1.3.x'
2 parents 48f2648 + 4602ab7 commit 9b00f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ft2font.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class Glyph : public Py::PythonClass<Glyph>
8181
{
8282
public:
8383
Glyph(Py::PythonClassInstance *self, Py::Tuple &args, Py::Dict &kwds) :
84-
Py::PythonClass<Glyph>::PythonClass(self, args, kwds) { }
84+
Py::PythonClass<Glyph>(self, args, kwds) { }
8585
virtual ~Glyph();
8686
static Py::PythonClassObject<Glyph> factory(const FT_Face&, const FT_Glyph&, size_t, long);
8787
int setattro(const Py::String &name, const Py::Object &value);

0 commit comments

Comments
 (0)