diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2025-05-31 06:33:11 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2025-05-31 06:33:11 +1000 |
commit | c8aea48d84a1da84759a6a15b95212ca43082581 (patch) | |
tree | 8ad60e10fc5ff24bddf6b7bea7c74caad266c31c /source/game | |
parent | d4f886eed6015fcadc572092c6d5e8680bd11149 (diff) |
fix Lua strings inside JSON always being null-terminated
Diffstat (limited to 'source/game')
-rw-r--r-- | source/game/StarInput.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/game/StarInput.hpp b/source/game/StarInput.hpp index 05b20eb..7e8fdb1 100644 --- a/source/game/StarInput.hpp +++ b/source/game/StarInput.hpp @@ -184,6 +184,7 @@ public: class ClipboardUnlock { public: ClipboardUnlock(Input& input); + ClipboardUnlock(ClipboardUnlock const&) = delete; ClipboardUnlock(ClipboardUnlock&&); ~ClipboardUnlock(); |