From f5fd3331ce896781d216ee80103214498df17c6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Fri, 2 Oct 2015 22:22:11 -0700 Subject: [PATCH] Cleanup. --- 3rdparty/ocornut-imgui/imgui_wm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/3rdparty/ocornut-imgui/imgui_wm.h b/3rdparty/ocornut-imgui/imgui_wm.h index 1deb3cac..0bee7412 100644 --- a/3rdparty/ocornut-imgui/imgui_wm.h +++ b/3rdparty/ocornut-imgui/imgui_wm.h @@ -247,7 +247,7 @@ namespace ImGuiWM PlatformWindow* GetCurrentPlatformWindow(); PlatformWindow* GetWindowParent(Window* pWindow); - void Log(const char* pFormat, ...); + void Log(const char* pFormat, ...); virtual void LogFormatted(const char* pStr) = 0;; static WindowManager* GetInstance(); @@ -282,7 +282,7 @@ namespace ImGuiWM void StartDragWindow(Window* pWindow); void StopDragWindow(); void UpdateDragWindow(); - Container*GetBestDocking(PlatformWindow* pPlatformWindow,const ImVec2 oCursorPos,EDockOrientation& oOutOrientation,ImVec2& oOutAreaPos,ImVec2& oOutAreaSize); + Container* GetBestDocking(PlatformWindow* pPlatformWindow,const ImVec2 oCursorPos,EDockOrientation& oOutOrientation,ImVec2& oOutAreaPos,ImVec2& oOutAreaSize); Config m_oConfig; PlatformWindow* m_pMainPlatformWindow;