Rename get_win32_handle() to win32_handle()

This commit is contained in:
Robbert van der Helm
2022-10-09 14:23:29 +02:00
parent 04e03840e0
commit 24e50a3afc
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -755,7 +755,7 @@ void Editor::handle_x11_events() noexcept {
}
}
HWND Editor::get_win32_handle() const noexcept {
HWND Editor::win32_handle() const noexcept {
return win32_window_.handle_;
}