mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-07 06:20:53 +03:00
flatlaf-natives-windows: fixed compile and link errors
This commit is contained in:
@@ -47,7 +47,7 @@ public:
|
||||
HWNDMap::HWNDMap() {
|
||||
size = 0;
|
||||
capacity = DEFAULT_CAPACITY;
|
||||
table = new Entry[capacity];
|
||||
table = new (FlatLafNoThrow) Entry[capacity];
|
||||
|
||||
::InitializeCriticalSection( &criticalSection );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user