diff options
author | psychocrypt <psychocrypt@users.noreply.github.com> | 2017-10-13 21:29:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-13 21:29:42 +0200 |
commit | cf5cb145a323138e4320b366c9b11fa9be21277e (patch) | |
tree | a67c8c95f36f7c11d730e55f0eb5d4bca8e6eb2e /xmrstak/misc | |
parent | b40f937bf592f3fb303ce51fc073ab6ee9f922d0 (diff) | |
parent | 75b2c8ca7a51d04ed9bd97801bf0b4893982758b (diff) | |
download | xmr-stak-cf5cb145a323138e4320b366c9b11fa9be21277e.zip xmr-stak-cf5cb145a323138e4320b366c9b11fa9be21277e.tar.gz |
Merge pull request #39 from fireice-uk/topic-fix-warning
Keep consistency between class and struct
Diffstat (limited to 'xmrstak/misc')
-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 { |