summaryrefslogtreecommitdiffstats
path: root/qtools/qcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtools/qcache.h')
-rw-r--r--qtools/qcache.h2
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