Skip to content

Commit 43b098d

Browse files
committed
Fix warning
1 parent db2721a commit 43b098d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/yup_core/yup_StringPairArray.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
using namespace yup;
4545

46-
static String operator"" _S (const char* chars, size_t)
46+
static String operator""_S (const char* chars, size_t)
4747
{
4848
return String { chars };
4949
}

0 commit comments

Comments
 (0)