diff options
author | fireice-uk <fireice-uk@users.noreply.github.com> | 2017-10-12 02:02:50 +0100 |
---|---|---|
committer | fireice-uk <fireice-uk@users.noreply.github.com> | 2017-10-12 02:02:50 +0100 |
commit | 75b2c8ca7a51d04ed9bd97801bf0b4893982758b (patch) | |
tree | a67c8c95f36f7c11d730e55f0eb5d4bca8e6eb2e /xmrstak/misc/environment.hpp | |
parent | b40f937bf592f3fb303ce51fc073ab6ee9f922d0 (diff) | |
download | xmr-stak-75b2c8ca7a51d04ed9bd97801bf0b4893982758b.zip xmr-stak-75b2c8ca7a51d04ed9bd97801bf0b4893982758b.tar.gz |
Keep consistency between class and struct
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 6140d7d..85375b0 100644 --- a/xmrstak/misc/environment.hpp +++ b/xmrstak/misc/environment.hpp @@ -7,8 +7,8 @@ class executor; namespace xmrstak { -class globalStates; -class params; +struct globalStates; +struct params; struct environment { |