aboutsummaryrefslogtreecommitdiff
path: root/CruUI/ui/control.h
diff options
context:
space:
mode:
Diffstat (limited to 'CruUI/ui/control.h')
-rw-r--r--CruUI/ui/control.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/CruUI/ui/control.h b/CruUI/ui/control.h
index b889fcd5..ca2dfb84 100644
--- a/CruUI/ui/control.h
+++ b/CruUI/ui/control.h
@@ -28,7 +28,7 @@ namespace cru
class Control : public Object
{
friend class Window;
- friend class WindowLayoutManager;
+ friend class LayoutManager;
protected:
struct WindowConstructorTag {}; //Used for constructor for class Window.
@@ -123,7 +123,7 @@ namespace cru
//Absolute point to local point.
Point AbsoluteToLocal(const Point& point) const;
- bool IsPointInside(const Point& point);
+ virtual bool IsPointInside(const Point& point);
//*************** region: graphic ***************