diff options
author | psychocrypt <psychocrypt@users.noreply.github.com> | 2017-09-29 22:25:56 +0200 |
---|---|---|
committer | psychocrypt <psychocrypt@users.noreply.github.com> | 2017-09-30 23:46:08 +0200 |
commit | d80cc9061d2459130dae6608cb29765055c44906 (patch) | |
tree | 084de13c85c62c73aaa43d343cb37ccccf0d5dc6 /xmrstak/misc/environment.hpp | |
parent | a3c034e46ab933fe07d0c6e829074d79866dd4b5 (diff) | |
download | xmr-stak-d80cc9061d2459130dae6608cb29765055c44906.zip xmr-stak-d80cc9061d2459130dae6608cb29765055c44906.tar.gz |
rename `Params` to `params`
Diffstat (limited to 'xmrstak/misc/environment.hpp')
-rw-r--r-- | xmrstak/misc/environment.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmrstak/misc/environment.hpp b/xmrstak/misc/environment.hpp index af4c12a..6140d7d 100644 --- a/xmrstak/misc/environment.hpp +++ b/xmrstak/misc/environment.hpp @@ -8,7 +8,7 @@ namespace xmrstak { class globalStates; -class Params; +class params; struct environment { @@ -39,7 +39,7 @@ struct environment globalStates* pglobalStates; jconf* pJconfConfig; executor* pExecutor; - Params* pParams; + params* pParams; }; |