diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2005-05-08 21:32:24 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2005-05-08 21:32:24 (GMT) |
commit | 5bd970b12ec39636593453d12e5b64bd935bbf38 (patch) | |
tree | c4bbe961812e7008b9e85fd820596290c043c0f6 /qtools/qcache.h | |
parent | 4a8c2f5c896a1883a0611d972952a68498002ae5 (diff) | |
download | Doxygen-5bd970b12ec39636593453d12e5b64bd935bbf38.zip Doxygen-5bd970b12ec39636593453d12e5b64bd935bbf38.tar.gz Doxygen-5bd970b12ec39636593453d12e5b64bd935bbf38.tar.bz2 |
Release-1.4.2-20050508
Diffstat (limited to 'qtools/qcache.h')
-rw-r--r-- | qtools/qcache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtools/qcache.h b/qtools/qcache.h index 78cef3d..f15345e 100644 --- a/qtools/qcache.h +++ b/qtools/qcache.h @@ -101,7 +101,7 @@ public: bool remove( const char *k ) { return QGCache::remove_other(k); } type *take( const char *k ) - { return (type *)QGCache::take_ascii(k); } + { return (type *)QGCache::take_other(k); } type *find( const char *k, bool ref=TRUE ) const { return (type *)QGCache::find_other(k,ref);} type *operator[]( const char *k ) const |