mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-10 22:17:13 -06:00
Change put method to return a bool
This commit is contained in:
@@ -42,7 +42,7 @@ public:
|
||||
HWNDMap();
|
||||
|
||||
LPVOID get( HWND key );
|
||||
void put( HWND key, LPVOID value );
|
||||
bool put( HWND key, LPVOID value );
|
||||
void remove( HWND key );
|
||||
bool isTableAllocated() noexcept { return static_cast<bool>(table); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user