Change ensureCapacity method to return a bool

This commit is contained in:
John Platts
2022-09-19 14:06:26 -05:00
committed by GitHub
parent a7099c039f
commit b8c7801365

View File

@@ -48,7 +48,7 @@ public:
private:
int binarySearch( HWND key );
void ensureCapacity( int newCapacity );
bool ensureCapacity( int newCapacity );
// void dump( char* msg );
};