aboutsummaryrefslogtreecommitdiff
path: root/src/unstable/cachebase.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/unstable/cachebase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unstable/cachebase.h b/src/unstable/cachebase.h
index bb543dd..f3152d9 100644
--- a/src/unstable/cachebase.h
+++ b/src/unstable/cachebase.h
@@ -238,7 +238,7 @@ namespace Bu
238 template<typename castto> 238 template<typename castto>
239 CachePtr<keytype, castto, basetype> cast() 239 CachePtr<keytype, castto, basetype> cast()
240 { 240 {
241 return pCache->cast<obtype, castto>( *this ); 241 return pCache->template cast<obtype, castto>( *this );
242 } 242 }
243 243
244 bool operator==( const MyType &rhs ) const 244 bool operator==( const MyType &rhs ) const