aboutsummaryrefslogtreecommitdiff
path: root/src/rt/rust_proxy.h
diff options
context:
space:
mode:
authorPatrick Walton <[email protected]>2011-05-08 21:08:43 -0700
committerPatrick Walton <[email protected]>2011-05-08 21:10:42 -0700
commit7641142ce2a444f96f11ddbb16c08b2d3e19c1c3 (patch)
tree1416cbdfcb50ac235d9e9bd5195143dd4dedd04a /src/rt/rust_proxy.h
parentbuild: `uname -m` is a lie on 64-bit Darwin. Add a workaround. (diff)
downloadrust-7641142ce2a444f96f11ddbb16c08b2d3e19c1c3.tar.xz
rust-7641142ce2a444f96f11ddbb16c08b2d3e19c1c3.zip
rt: Consistently refer to structs as structs and classes as classes. Clang complains about this.
Diffstat (limited to 'src/rt/rust_proxy.h')
-rw-r--r--src/rt/rust_proxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust_proxy.h b/src/rt/rust_proxy.h
index 2b5e820d..ce41b654 100644
--- a/src/rt/rust_proxy.h
+++ b/src/rt/rust_proxy.h
@@ -64,7 +64,7 @@ public:
};
class rust_message_queue;
-class rust_task;
+struct rust_task;
//
// Local Variables: