aboutsummaryrefslogtreecommitdiff
path: root/CruUI/ui/window.h
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2018-09-04 20:24:07 +0800
committercrupest <crupest@outlook.com>2018-09-04 20:24:07 +0800
commiteebec8297a8538c40518ceee043edfc41e3b1343 (patch)
tree6050abc691cf99ae623231aeb4749f69610748f3 /CruUI/ui/window.h
parentdc1d739f833d594c2bafb6e70e59077756b5d607 (diff)
downloadcru-eebec8297a8538c40518ceee043edfc41e3b1343.tar.gz
cru-eebec8297a8538c40518ceee043edfc41e3b1343.tar.bz2
cru-eebec8297a8538c40518ceee043edfc41e3b1343.zip
...
Diffstat (limited to 'CruUI/ui/window.h')
-rw-r--r--CruUI/ui/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/CruUI/ui/window.h b/CruUI/ui/window.h
index 16427a2c..cdc67362 100644
--- a/CruUI/ui/window.h
+++ b/CruUI/ui/window.h
@@ -145,7 +145,7 @@ namespace cru {
void Close();
//Send a repaint message to the window's message queue which may make the window repaint.
- void Repaint();
+ void Repaint() override;
//Show the window.
void Show();