summaryrefslogtreecommitdiffstats
path: root/xmrstak/jconf.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'xmrstak/jconf.hpp')
-rw-r--r--xmrstak/jconf.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmrstak/jconf.hpp b/xmrstak/jconf.hpp
index 41c7712..a133cb0 100644
--- a/xmrstak/jconf.hpp
+++ b/xmrstak/jconf.hpp
@@ -12,7 +12,7 @@ class jconf
public:
static jconf* inst()
{
- auto& env = xmrstak::Environment::inst();
+ auto& env = xmrstak::environment::inst();
if(env.pJconfConfig == nullptr)
env.pJconfConfig = new jconf;
return env.pJconfConfig;
OpenPOWER on IntegriCloud