diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-08-31 06:15:07 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-08-31 06:15:07 +0000 |
| commit | 923c381dc177aa64b1da847ae6a27bff19ec817c (patch) | |
| tree | 0bebd1416701dc547d296be160df8036381497df /src/GCCache.hh | |
| parent | e81162397896f1d6b954ac849bd636afc177f90e (diff) | |
sync with the 2.0 branch
Diffstat (limited to 'src/GCCache.hh')
| -rw-r--r-- | src/GCCache.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GCCache.hh b/src/GCCache.hh index e7a6c2b7..614eac1d 100644 --- a/src/GCCache.hh +++ b/src/GCCache.hh @@ -83,7 +83,7 @@ private: class BGCCache { public: - explicit BGCCache(const BaseDisplay * const _display); + BGCCache(const BaseDisplay * const _display, unsigned int screen_count); ~BGCCache(void); // cleans up the cache |
