Skip to content

Commit 26ce834

Browse files
committed
Fix build again
1 parent d4443b5 commit 26ce834

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

far/codepage.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ namespace encoding::codepage
5555
[[nodiscard]] inline uintptr_t ansi() { return detail::ansi::id(); }
5656
[[nodiscard]] inline uintptr_t oem() { return detail::oem::id(); }
5757

58-
[[nodiscard]] inline uintptr_t is_system_utf8();
58+
[[nodiscard]] uintptr_t is_system_utf8();
5959

6060
// Rule of thumb: everywhere a codepage is exposed to the user, use real_ansi() and real_oem() instead of ansi() and oem().
6161
// Everywhere a codepage is used internally, e.g. for communication with the OS, plugins etc., use encoding::ansi::get_* and encoding::oem::get_* functions.

0 commit comments

Comments
 (0)