-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Taskbar10: Fix pen menu crashing
explorer.exe
on 22621.2134+
- Loading branch information
Showing
1 changed file
with
43 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1977d78
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one suggestion: let's name the first argument, when we feel it is a
this
(a pointer to an instance of a class in a method call of that class) as_this
, in order to facilitate an eventual migration to C++, wherethis
is a reserved keyword.