diff --git a/modules/juce_analytics/analytics/juce_Analytics.h b/modules/juce_analytics/analytics/juce_Analytics.h index db506a1dab..4b0f21ddd7 100644 --- a/modules/juce_analytics/analytics/juce_Analytics.h +++ b/modules/juce_analytics/analytics/juce_Analytics.h @@ -64,14 +64,14 @@ public: @param newUserId the userId to add to AnalyticsEvents */ - void setUserId (const String& newUserId); + void setUserId (String newUserId); /** Sets some user properties that will be added to all AnalyticsEvents sent to AnalyticsDestinations. @param properties the userProperties to add to AnalyticsEvents */ - void setUserProperties (const StringPairArray& properties); + void setUserProperties (StringPairArray properties); /** Sends an AnalyticsEvent to all AnalyticsDestinations.