aboutsummaryrefslogtreecommitdiff
path: root/src/ui/controls
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-10-08 14:11:44 +0800
committercrupest <crupest@outlook.com>2020-10-08 14:11:44 +0800
commita1f950e2b3b2268b267e647205b14b59c15f8ee1 (patch)
tree914faf4cf39bdd687203b28dad6bffb2c6a83649 /src/ui/controls
parent937b16dff40b6eba68d6bc13162f838c8432f43b (diff)
downloadcru-a1f950e2b3b2268b267e647205b14b59c15f8ee1.tar.gz
cru-a1f950e2b3b2268b267e647205b14b59c15f8ee1.tar.bz2
cru-a1f950e2b3b2268b267e647205b14b59c15f8ee1.zip
...
Diffstat (limited to 'src/ui/controls')
-rw-r--r--src/ui/controls/TextControlService.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/controls/TextControlService.hpp b/src/ui/controls/TextControlService.hpp
index 5e423d7d..5d8d4645 100644
--- a/src/ui/controls/TextControlService.hpp
+++ b/src/ui/controls/TextControlService.hpp
@@ -199,7 +199,7 @@ class TextControlService : public Object {
}
template <typename TArgs>
- void SetupOneHandler(event::RoutedEvent<TArgs>* (TControl::*event)(),
+ void SetupOneHandler(event::RoutedEvent<TArgs>* (Control::*event)(),
void (TextControlService::*handler)(
typename event::RoutedEvent<TArgs>::EventArgs)) {
this->event_revoker_guards_.push_back(