Skip to content

Commit

Permalink
Export extern constants in embedder.h (flutter#8550)
Browse files Browse the repository at this point in the history
PR flutter#8498 made these constants extern, but forgot to export them so they
would be public symbols.
  • Loading branch information
stuartmorgan authored Apr 12, 2019
1 parent f804c29 commit 9aa7c9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shell/platform/embedder/embedder.h
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ typedef struct {

// |FlutterSemanticsNode| ID used as a sentinel to signal the end of a batch of
// semantics node updates.
FLUTTER_EXPORT
extern const int32_t kFlutterSemanticsNodeIdBatchEnd;

// A node that represents some semantic data.
Expand Down Expand Up @@ -414,6 +415,7 @@ typedef struct {

// |FlutterSemanticsCustomAction| ID used as a sentinel to signal the end of a
// batch of semantics custom action updates.
FLUTTER_EXPORT
extern const int32_t kFlutterSemanticsCustomActionIdBatchEnd;

// A custom semantics action, or action override.
Expand Down

0 comments on commit 9aa7c9a

Please sign in to comment.