Skip to content

Commit 4eb45a4

Browse files
committed
renamed getUserId
1 parent 3a572cf commit 4eb45a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/gameanalytics/GAState.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ namespace gameanalytics
6161
getInstance().cacheIdentifier();
6262
}
6363

64-
std::string GAState::getIdentifier()
64+
std::string GAState::getUserId()
6565
{
6666
return getInstance()._identifier;
6767
}

0 commit comments

Comments
 (0)