mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
fix
This commit is contained in:
parent
81ded0b907
commit
d05d58846d
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ namespace sprout {
|
|||
return result;
|
||||
}
|
||||
SPROUT_CONSTEXPR bool is_initialized() const SPROUT_NOEXCEPT {
|
||||
return item->is_initialized();
|
||||
return item.is_initialized();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue