diff options
| author | Patrick Walton <[email protected]> | 2011-05-08 21:08:43 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-05-08 21:10:42 -0700 |
| commit | 7641142ce2a444f96f11ddbb16c08b2d3e19c1c3 (patch) | |
| tree | 1416cbdfcb50ac235d9e9bd5195143dd4dedd04a /src/rt/rust_internal.h | |
| parent | build: `uname -m` is a lie on 64-bit Darwin. Add a workaround. (diff) | |
| download | rust-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_internal.h')
| -rw-r--r-- | src/rt/rust_internal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rt/rust_internal.h b/src/rt/rust_internal.h index 2676e9b9..29e36fcd 100644 --- a/src/rt/rust_internal.h +++ b/src/rt/rust_internal.h @@ -47,8 +47,8 @@ extern "C" { #include "sync/lock_and_signal.h" #include "sync/lock_free_queue.h" -class rust_dom; -class rust_task; +struct rust_dom; +struct rust_task; class rust_log; class rust_port; class rust_chan; |