mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 21:48:36 +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
|
||||
}
|
||||
}
|
||||
#[inline]
|
||||
pub fn flags(self, flags: ImGuiWindowFlags) -> Self {
|
||||
Window {
|
||||
flags: flags,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user