changed devtools private types to public

This commit is contained in:
Matthew Kuo 2016-01-17 04:13:33 -08:00
parent 58174448de
commit 64f5818428
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ struct ListTabsReply {
}
#[derive(RustcEncodable)]
struct RootActorMsg {
pub struct RootActorMsg {
from: String,
applicationType: String,
traits: ActorTraits,