summaryrefslogtreecommitdiff
path: root/src/mir/helpers.hpp
diff options
context:
space:
mode:
authorJohn Hodge (bugs) <tpg@mutabah.net>2017-03-04 18:12:49 +0800
committerJohn Hodge (bugs) <tpg@mutabah.net>2017-03-04 18:12:49 +0800
commitc6fca061dd134068c831aefd88d9535a30f423ed (patch)
tree28fc4abecddf8514792a4cb748f1c6e5700274c1 /src/mir/helpers.hpp
parent03addc877bab648ccde022edec29f5b051ce7cb9 (diff)
downloadmrust-c6fca061dd134068c831aefd88d9535a30f423ed.tar.gz
Many many changes to allow compiling in visual studio (Community 2015)
Diffstat (limited to 'src/mir/helpers.hpp')
-rw-r--r--src/mir/helpers.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mir/helpers.hpp b/src/mir/helpers.hpp
index e8f52651..c91e4198 100644
--- a/src/mir/helpers.hpp
+++ b/src/mir/helpers.hpp
@@ -13,8 +13,8 @@
namespace HIR {
class Crate;
class TypeRef;
-class Pattern;
-class SimplePath;
+struct Pattern;
+struct SimplePath;
}
namespace MIR {
@@ -22,7 +22,7 @@ namespace MIR {
class Function;
class LValue;
class Constant;
-class BasicBlock;
+struct BasicBlock;
typedef unsigned int BasicBlockId;