Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fe6e4bc

Browse filesBrowse files
committed
Fix compilation on Solaris
1 parent 0ecec1e commit fe6e4bc
Copy full SHA for fe6e4bc

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/ft2font.h

Copy file name to clipboardExpand all lines: src/ft2font.h
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.