aboutsummaryrefslogtreecommitdiff
path: root/src/ui/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/window.h')
-rw-r--r--src/ui/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/window.h b/src/ui/window.h
index 4d0a07bc..b4433e85 100644
--- a/src/ui/window.h
+++ b/src/ui/window.h
@@ -211,7 +211,7 @@ namespace cru {
//*************** region: layout ***************
- Size OnMeasure(const Size& available_size) override;
+ Size OnMeasureContent(const Size& available_size) override;
//*************** region: native messages ***************