Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 72a48bd

Browse files
Fix incorrect declaration of FlBinaryCodec (#18283)
1 parent 8d76518 commit 72a48bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/platform/linux/public/flutter_linux/fl_binary_codec.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
G_BEGIN_DECLS
1515

1616
G_DECLARE_FINAL_TYPE(FlBinaryCodec,
17-
fl_standard_codec,
17+
fl_binary_codec,
1818
FL,
1919
BINARY_CODEC,
2020
FlMessageCodec)

0 commit comments

Comments
 (0)