Skip to content

Commit 1727b67

Browse files
jschuellerstefanseefeld
authored andcommitted
detail/caller.hpp:127:2: error: extra ';' [-Wpedantic]
1 parent 0a9b687 commit 1727b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/python/detail/caller.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ template<class Policies, class Sig> const signature_element* get_ret()
124124
};
125125

126126
return &ret;
127-
};
127+
}
128128

129129
#endif
130130

0 commit comments

Comments
 (0)