aboutsummaryrefslogtreecommitdiff
path: root/src/cachestorenids.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cachestorenids.h')
-rw-r--r--src/cachestorenids.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cachestorenids.h b/src/cachestorenids.h
index f488117..0d8ff64 100644
--- a/src/cachestorenids.h
+++ b/src/cachestorenids.h
@@ -85,7 +85,7 @@ namespace Bu
85 delete pObj; 85 delete pObj;
86 } 86 }
87 87
88 Bu::List<keytype> getKeys() 88 virtual Bu::List<keytype> getKeys()
89 { 89 {
90 return hId.getKeys(); 90 return hId.getKeys();
91 } 91 }