Skip to content

Commit

Permalink
fix AnalyticsEventConstParameterString type
Browse files Browse the repository at this point in the history
  • Loading branch information
irov committed Nov 20, 2023
1 parent e407bff commit d9b8ad6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace Mengine
//////////////////////////////////////////////////////////////////////////
EAnalyticsEventParameterType AnalyticsEventConstParameterString::getType() const
{
return EAEPT_CONSTSTRING;
return EAEPT_STRING;
}
//////////////////////////////////////////////////////////////////////////
AnalyticsEventParameterInterfacePtr AnalyticsEventConstParameterString::resolveParameter( const DocumentInterfacePtr & _doc ) const
Expand Down

0 comments on commit d9b8ad6

Please sign in to comment.