fix visibility warnings in script crate (#2044)

This commit is contained in:
Manish Goregaokar 2014-04-06 02:53:55 +05:30
parent 57f63b350e
commit c397c5233d
6 changed files with 6 additions and 6 deletions

View file

@ -26,7 +26,7 @@ pub enum EventTargetTypeId {
}
#[deriving(Eq,Encodable)]
struct EventListenerEntry {
pub struct EventListenerEntry {
phase: ListenerPhase,
listener: EventListener
}