diff options
| author | Marius Nita <marius@cs.pdx.edu> | 2002-08-22 01:03:33 +0000 |
|---|---|---|
| committer | Marius Nita <marius@cs.pdx.edu> | 2002-08-22 01:03:33 +0000 |
| commit | aa827d0c91dcb808469af768cc9bed0ef8980abd (patch) | |
| tree | 8169cdd46406d6e27524f82a1fc4620e34d21b0d /util/epist/config.hh | |
| parent | 4d0f46e554d1f0e379f411aa5f8f0ad140fd3237 (diff) | |
fixed getStringValue failure case and compiler warnings
Diffstat (limited to 'util/epist/config.hh')
| -rw-r--r-- | util/epist/config.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/epist/config.hh b/util/epist/config.hh index 17320125..443834ed 100644 --- a/util/epist/config.hh +++ b/util/epist/config.hh @@ -45,7 +45,7 @@ public: Config(); ~Config(); - const std::string &getStringValue(Config::ItemType) const; + bool getStringValue(Config::ItemType, std::string &) const; int getNumberValue(Config::ItemType) const; void addOption(ConfigItem *); void addOption(const std::string &, const std::string &); |
