diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-08-21 23:57:03 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-08-21 23:57:03 +0000 |
| commit | cc5bde6d00892cf27fcb6e4e0b4974bcecca265f (patch) | |
| tree | 1573f740857df62f526e768cd5f7d89b2218a71f /util/epist/config.cc | |
| parent | d181f1ad05332c42eb090384666171a142f54b0c (diff) | |
toggledecor almost done
some code cleanups/fixes
Diffstat (limited to 'util/epist/config.cc')
| -rw-r--r-- | util/epist/config.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/epist/config.cc b/util/epist/config.cc index a64d78d9..0df15e9c 100644 --- a/util/epist/config.cc +++ b/util/epist/config.cc @@ -22,6 +22,8 @@ #include "config.hh" +using std::string; + Config::Config() {} Config::~Config() |
