Skip to content

Commit

Permalink
Fix -Wnon-virtual-destructor, which apple's gcc-4.0 seems to turn on …
Browse files Browse the repository at this point in the history
…by default.
  • Loading branch information
jyasskin authored and graydon committed Jul 21, 2010
1 parent aca5082 commit 068c71f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rt/rust_dom.h
Expand Up @@ -12,6 +12,7 @@ class rust_message : public lock_free_queue_node,
public:
rust_dom *dom;
rust_message(rust_dom *dom);
virtual ~rust_message() {}
virtual void process();
};

Expand Down

0 comments on commit 068c71f

Please sign in to comment.