mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-06 14:00:55 +03:00
Change ensureCapacity method to return a bool
This commit is contained in:
@@ -48,7 +48,7 @@ public:
|
||||
|
||||
private:
|
||||
int binarySearch( HWND key );
|
||||
void ensureCapacity( int newCapacity );
|
||||
bool ensureCapacity( int newCapacity );
|
||||
|
||||
// void dump( char* msg );
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user