diff options
Diffstat (limited to 'xmrstak/backend/amd/jconf.hpp')
-rw-r--r-- | xmrstak/backend/amd/jconf.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmrstak/backend/amd/jconf.hpp b/xmrstak/backend/amd/jconf.hpp index db41dff..da024a4 100644 --- a/xmrstak/backend/amd/jconf.hpp +++ b/xmrstak/backend/amd/jconf.hpp @@ -19,7 +19,7 @@ public: return oInst; }; - bool parse_config(const char* sFilename = Params::inst().configFileAMD.c_str()); + bool parse_config(const char* sFilename = params::inst().configFileAMD.c_str()); struct thd_cfg { size_t index; |