mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-06 22:10:54 +03:00
Update HWNDMap.h
This commit is contained in:
@@ -44,6 +44,7 @@ public:
|
||||
LPVOID get( HWND key );
|
||||
void put( HWND key, LPVOID value );
|
||||
void remove( HWND key );
|
||||
bool isTableAllocated() noexcept { return static_cast<bool>(table); }
|
||||
|
||||
private:
|
||||
int binarySearch( HWND key );
|
||||
|
||||
Reference in New Issue
Block a user