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 3ee2d1c

Browse filesBrowse files
committed
Merge pull request #2198 from dmcdougall/fix_solaris_compile
Fix compilation on Solaris
2 parents 49b73e7 + fe6e4bc commit 3ee2d1c
Copy full SHA for 3ee2d1c

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.