Skip to content

Commit

Permalink
Update Amf3.h for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
jadebenn authored Nov 22, 2024
1 parent 051a0ba commit 12387ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dCommon/Amf3.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ using AMFDoubleValue = AMFValue<double>;

// Template deduction guide to ensure string literals deduce
template <size_t N>
AMFValue(const char (&)[N]) -> AMFStringValue;
AMFValue(const char (&)[N]) -> AMFValue<std::string>; // AMFStringValue

/**
* The AMFArrayValue object holds 2 types of lists:
Expand Down

0 comments on commit 12387ba

Please sign in to comment.