mirror of
https://github.com/pybind/pybind11.git
synced 2025-02-28 22:02:43 +00:00
fix extra ;
This commit is contained in:
parent
4788d8cf32
commit
bc8f095f1c
@ -1336,7 +1336,7 @@ template <typename T>
|
|||||||
str_attr_accessor object_api<D>::attr_with_type(const char *key) const {
|
str_attr_accessor object_api<D>::attr_with_type(const char *key) const {
|
||||||
annotations()[key] = make_caster<T>::name.text;
|
annotations()[key] = make_caster<T>::name.text;
|
||||||
return {derived(), key};
|
return {derived(), key};
|
||||||
};
|
}
|
||||||
|
|
||||||
// Placeholder type for the unneeded (and dead code) static variable in the
|
// Placeholder type for the unneeded (and dead code) static variable in the
|
||||||
// PYBIND11_OVERRIDE_OVERRIDE macro
|
// PYBIND11_OVERRIDE_OVERRIDE macro
|
||||||
|
Loading…
Reference in New Issue
Block a user