From 1ea468025f2e4c88cb14a564dff806570d87f03d Mon Sep 17 00:00:00 2001 From: Joonas Javanainen Date: Wed, 26 Aug 2015 12:16:18 +0100 Subject: [PATCH] Add missing #[inline] --- src/window.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/window.rs b/src/window.rs index 883940e..2f5a8a2 100644 --- a/src/window.rs +++ b/src/window.rs @@ -77,6 +77,7 @@ impl<'ui, 'p> Window<'ui, 'p> { .. self } } + #[inline] pub fn flags(self, flags: ImGuiWindowFlags) -> Self { Window { flags: flags,