Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/core/StarBuffer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/StarBuffer.hpp')
-rw-r--r--source/core/StarBuffer.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/core/StarBuffer.hpp b/source/core/StarBuffer.hpp
index 0f9864a..4870b53 100644
--- a/source/core/StarBuffer.hpp
+++ b/source/core/StarBuffer.hpp
@@ -34,6 +34,8 @@ public:
String deviceName() const override;
StreamOffset size() override;
+
+ IODevicePtr clone() override;
ByteArray& data();
ByteArray const& data() const;
@@ -95,6 +97,8 @@ public:
String deviceName() const override;
StreamOffset size() override;
+
+ IODevicePtr clone() override;
// Returns a pointer to the beginning of the Buffer.
char const* ptr() const;