aboutsummaryrefslogtreecommitdiff
path: root/src/ui/window.hpp
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2018-11-19 18:24:32 +0800
committerGitHub <noreply@github.com>2018-11-19 18:24:32 +0800
commit3edc249f48b4d7e692c782c1ca4809e07fa0726f (patch)
tree1fe286351460e13af044346fc444e2189d49a0f4 /src/ui/window.hpp
parentf78359cc042f089b2f99b23dd3df7ae02ecdabec (diff)
parenta8f9fac512cf3e4884cee3b7f655429ece89a025 (diff)
downloadcru-3edc249f48b4d7e692c782c1ca4809e07fa0726f.tar.gz
cru-3edc249f48b4d7e692c782c1ca4809e07fa0726f.tar.bz2
cru-3edc249f48b4d7e692c782c1ca4809e07fa0726f.zip
Merge pull request #21 from crupest/20-rename-methods
Rename two methods in Control.
Diffstat (limited to 'src/ui/window.hpp')
-rw-r--r--src/ui/window.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/window.hpp b/src/ui/window.hpp
index 2955cd32..d98e60e2 100644
--- a/src/ui/window.hpp
+++ b/src/ui/window.hpp
@@ -140,7 +140,7 @@ namespace cru::ui
void Close();
//Send a repaint message to the window's message queue which may make the window repaint.
- void Repaint() override;
+ void InvalidateDraw() override final;
//Show the window.
void Show();