summaryrefslogtreecommitdiff
path: root/emulator/screen-sharing-agent/app/src/main/cpp/base128_input_stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'emulator/screen-sharing-agent/app/src/main/cpp/base128_input_stream.h')
-rw-r--r--emulator/screen-sharing-agent/app/src/main/cpp/base128_input_stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulator/screen-sharing-agent/app/src/main/cpp/base128_input_stream.h b/emulator/screen-sharing-agent/app/src/main/cpp/base128_input_stream.h
index 82627f4c75b..ad57c7eb163 100644
--- a/emulator/screen-sharing-agent/app/src/main/cpp/base128_input_stream.h
+++ b/emulator/screen-sharing-agent/app/src/main/cpp/base128_input_stream.h
@@ -44,7 +44,7 @@ public:
int64_t ReadInt64();
uint64_t ReadUInt64() { return static_cast<uint64_t>(ReadInt64()); }
bool ReadBool();
- std::u16string ReadString16();
+ std::unique_ptr<std::u16string> ReadString16();
class StreamFormatException : public IoException {
public: