minor performance tweak for deque

This commit is contained in:
rickg 1998-05-14 22:18:44 +00:00
parent bc08b3352c
commit 13210310b6
2 changed files with 2 additions and 2 deletions

View File

@ -179,7 +179,7 @@ protected:
private:
enum {eGrowthDelta=10};
enum {eGrowthDelta=64};
/**
* Copy constructor (PRIVATE)

View File

@ -179,7 +179,7 @@ protected:
private:
enum {eGrowthDelta=10};
enum {eGrowthDelta=64};
/**
* Copy constructor (PRIVATE)