mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-06 19:40:10 +02:00
Rename get_win32_handle() to win32_handle()
This commit is contained in:
@@ -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_;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user