summaryrefslogtreecommitdiff
path: root/util/epist/keytree.cc
diff options
context:
space:
mode:
authorMarius Nita <marius@cs.pdx.edu>2002-08-26 15:00:14 +0000
committerMarius Nita <marius@cs.pdx.edu>2002-08-26 15:00:14 +0000
commita95a6bd8e81a6bcc9db8abbbb3c0c78f087733f4 (patch)
tree7380ce892ce084fd237e4db4d22ebd4d65934f55 /util/epist/keytree.cc
parentafa215efb64b0e390ced816373a444fafe9c70b0 (diff)
Fixed goof in config interface. All the functions are now named getValue(), since they have different signatures.
Diffstat (limited to 'util/epist/keytree.cc')
-rw-r--r--util/epist/keytree.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/epist/keytree.cc b/util/epist/keytree.cc
index 45b2fb53..30efa1be 100644
--- a/util/epist/keytree.cc
+++ b/util/epist/keytree.cc
@@ -222,7 +222,7 @@ void keytree::initialize(void)
{
int tval = 0;
- _epist->getConfig()->getNumberValue(Config::chainTimeout, tval);
+ _epist->getConfig()->getValue(Config::chainTimeout, tval);
_timer = new BTimer(_epist, this);
if (tval <= 0)