summaryrefslogtreecommitdiff
path: root/s_conf.h
diff options
context:
space:
mode:
Diffstat (limited to 's_conf.h')
-rw-r--r--s_conf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/s_conf.h b/s_conf.h
index e36c8df..09c4ea7 100644
--- a/s_conf.h
+++ b/s_conf.h
@@ -13,7 +13,7 @@ private:
public:
static void init()
{
- obj = new conf( s_confILE );
+ obj = new conf( CONFILE );
}
static conf& get()