summaryrefslogtreecommitdiff
path: root/s_conf.h
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2013-04-06 13:14:44 +0200
committerPaul Buetow <paul@buetow.org>2013-04-06 13:14:44 +0200
commitc507ce3198ea4d822832cc8740f0128df8873c02 (patch)
tree260ca004916ae03b7d5438bf89007e3984da6934 /s_conf.h
parentc8b2ef7b899766d04562f7e04a84251cea8fa701 (diff)
tagging ychat-0.3ychat-0.3
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 09c4ea7..e36c8df 100644
--- a/s_conf.h
+++ b/s_conf.h
@@ -13,7 +13,7 @@ private:
public:
static void init()
{
- obj = new conf( CONFILE );
+ obj = new conf( s_confILE );
}
static conf& get()