Skip to content

Commit 9c80a70

Browse files
committed
Update README.md
1 parent fe1c75c commit 9c80a70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ If you want to use your own custom log handler here is how it is done:
106106

107107
**C++ API:**
108108
``` c++
109-
void logHandler(const char *message, gameanalytics::EGALoggerMessageType type)
109+
void logHandler(std::string const& message, gameanalytics::EGALoggerMessageType type)
110110
{
111111
// add your logging in here
112112
}

0 commit comments

Comments
 (0)