Correct misspelling of destroy in method name
This commit is contained in:
parent
9548184b15
commit
7a0129bbc7
4 changed files with 4 additions and 4 deletions
|
@ -34,7 +34,7 @@ class NativeWindowObserver {
|
|||
virtual void WillCloseWindow(bool* prevent_default) {}
|
||||
|
||||
// Called before the native window object is going to be destroyed.
|
||||
virtual void WillDestoryNativeObject() {}
|
||||
virtual void WillDestroyNativeObject() {}
|
||||
|
||||
// Called when the window is closed.
|
||||
virtual void OnWindowClosed() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue