Skip to content

Commit 8e22348

Browse files
committed
Fixing typo
1 parent a5124f8 commit 8e22348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/inc/sys_string/impl/platforms/windows_bstr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,4 +625,4 @@ namespace sysstr::util
625625
}
626626
}
627627

628-
#define SYS_STRING_STATIC_BSTR(x) :sysstr::util::make_static_sys_string_bstr<u##x>()
628+
#define SYS_STRING_STATIC_BSTR(x) ::sysstr::util::make_static_sys_string_bstr<u##x>()

0 commit comments

Comments
 (0)