summaryrefslogtreecommitdiff
path: root/src/hir/path.hpp
diff options
context:
space:
mode:
authorJohn Hodge (bugs) <tpg@mutabah.net>2017-02-25 22:24:40 +0800
committerJohn Hodge (bugs) <tpg@mutabah.net>2017-02-25 22:24:40 +0800
commit03addc877bab648ccde022edec29f5b051ce7cb9 (patch)
tree51089cf2abbda1d48a7105da1cb18ec84f2f4590 /src/hir/path.hpp
parent12c012c69235fd90c855881f2c07c91dbb052635 (diff)
downloadmrust-03addc877bab648ccde022edec29f5b051ce7cb9.tar.gz
Add visual studio project files, little tweaks to codebase to allow compiling on visual studio (not complete)
Diffstat (limited to 'src/hir/path.hpp')
-rw-r--r--src/hir/path.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hir/path.hpp b/src/hir/path.hpp
index eb9aca27..12e32dd1 100644
--- a/src/hir/path.hpp
+++ b/src/hir/path.hpp
@@ -16,7 +16,7 @@
namespace HIR {
-struct Trait;
+class Trait;
enum Compare {
Equal,