Skip to content

Commit

Permalink
Merge "[ETW] Fix TrackEventStateTracker export" into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Etienne Pierre-doray authored and Gerrit Code Review committed Oct 27, 2023
2 parents 6d1ca4a + d930278 commit 56e38e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/perfetto/tracing/track_event_state_tracker.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class PERFETTO_EXPORT_COMPONENT TrackEventStateTracker {

// Interface used by the tracker to access tracing session and sequence state
// and to report parsed track events.
class Delegate {
class PERFETTO_EXPORT_COMPONENT Delegate {
public:
virtual ~Delegate();

Expand Down

0 comments on commit 56e38e8

Please sign in to comment.