Skip to content

Commit 0aab8a7

Browse files
author
Brian Slesinsky
committed
Oops, broke dart2js. (Will be included in 0.3.9.)
1 parent 08bb09f commit 0aab8a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/protobuf/mixins/map_mixin.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import "package:protobuf/protobuf.dart" show BuilderInfo;
1111
///
1212
/// This mixin is enabled via an option in
1313
/// dart_options.proto in dart-protoc-plugin.
14-
abstract class PbMapMixin implements Map<String, dynamic> {
14+
abstract class PbMapMixin implements Map {
1515

1616
// GeneratedMessage properties and methods used by this mixin.
1717

0 commit comments

Comments
 (0)