Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/windowing/StarPaneManager.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/windowing/StarPaneManager.hpp')
-rw-r--r--source/windowing/StarPaneManager.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/windowing/StarPaneManager.hpp b/source/windowing/StarPaneManager.hpp
index ffa46c7..b6d1032 100644
--- a/source/windowing/StarPaneManager.hpp
+++ b/source/windowing/StarPaneManager.hpp
@@ -100,7 +100,7 @@ private:
Vec2I m_tooltipLastMousePos;
Vec2I m_tooltipInitialPosition;
PanePtr m_activeTooltip;
- PanePtr m_tooltipParentPane;
+ PaneWeakPtr m_tooltipParentPane;
};
}