Skip to content

Commit c19b5d9

Browse files
committed
Merge pull request #2876 from erickt/dist-snap
Fix an error compiling on centos 5
2 parents 86dfca2 + 91d9ded commit c19b5d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rt/rust_signal.h

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
class rust_signal {
66
public:
77
virtual void signal() = 0;
8+
virtual ~rust_signal() {}
89
};
910

1011
#endif /* RUST_SIGNAL_H */

0 commit comments

Comments
 (0)