| Index: samples/belay/bcap/src/BcapTunnel.dart
|
| diff --git a/samples/belay/bcap/src/BcapTunnel.dart b/samples/belay/bcap/src/BcapTunnel.dart
|
| index ab6d97c988307e465144896e292f0abdc205c18f..6e68066ae12ae235eb199c07e2e663bf150d2c7b 100644
|
| --- a/samples/belay/bcap/src/BcapTunnel.dart
|
| +++ b/samples/belay/bcap/src/BcapTunnel.dart
|
| @@ -129,7 +129,7 @@ class PongMsg extends TunnelMsg {
|
| }
|
| }
|
|
|
| -interface BcapTunnel extends BcapServerInterface factory BcapTunnelImpl {
|
| +interface BcapTunnel extends BcapServerInterface default BcapTunnelImpl {
|
|
|
| void sendOutpost(var msg);
|
|
|
|
|