Tutorial: Removed depricated CLASSNAME from GUI tutorials.

git-svn-id: svn://ultimatepp.org/upp/trunk@15432 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
klugier 2020-11-16 22:27:13 +00:00
parent 14645d6680
commit 707a7864de
7 changed files with 23 additions and 25 deletions

View file

@ -8,7 +8,7 @@ struct MyAppWindow : TopWindow {
Break();
}
void RightDown(Point, dword) {
virtual void RightDown(Point, dword) override {
MenuBar::Execute(
[=](Bar& bar) {
bar.Add("Exit", [=] { Exit(); });