mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-20 01:48:29 +00:00
Add missing #[inline]
This commit is contained in:
parent
cca4c17417
commit
1ea468025f
@ -77,6 +77,7 @@ impl<'ui, 'p> Window<'ui, 'p> {
|
|||||||
.. self
|
.. self
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#[inline]
|
||||||
pub fn flags(self, flags: ImGuiWindowFlags) -> Self {
|
pub fn flags(self, flags: ImGuiWindowFlags) -> Self {
|
||||||
Window {
|
Window {
|
||||||
flags: flags,
|
flags: flags,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user