Skip to content

Commit

Permalink
make logMarker visible for consistency with logTaggedMarker
Browse files Browse the repository at this point in the history
Differential Revision: D8240294

fbshipit-source-id: 8d056dc89adff41ff43c0df2f752b01ac1fb189f
  • Loading branch information
mhorowitz authored and facebook-github-bot committed Jun 1, 2018
1 parent 1324e7b commit 83c990b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReactCommon/cxxreact/ReactMarker.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ typedef void(*LogTaggedMarker)(const ReactMarkerId, const char* tag);

extern RN_EXPORT LogTaggedMarker logTaggedMarker;

extern void logMarker(const ReactMarkerId markerId);
extern RN_EXPORT void logMarker(const ReactMarkerId markerId);

}
}
Expand Down

0 comments on commit 83c990b

Please sign in to comment.