summaryrefslogtreecommitdiffstats
path: root/binaryurp/source/marshal.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'binaryurp/source/marshal.hxx')
-rw-r--r--binaryurp/source/marshal.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/binaryurp/source/marshal.hxx b/binaryurp/source/marshal.hxx
index da78a787839a..4a20395423f2 100644
--- a/binaryurp/source/marshal.hxx
+++ b/binaryurp/source/marshal.hxx
@@ -68,8 +68,8 @@ public:
std::vector< unsigned char > * buffer, rtl::ByteSequence const & tid);
private:
- Marshal(const Marshal&) SAL_DELETED_FUNCTION;
- Marshal& operator=(const Marshal&) SAL_DELETED_FUNCTION;
+ Marshal(const Marshal&) = delete;
+ Marshal& operator=(const Marshal&) = delete;
void writeValue(
std::vector< unsigned char > * buffer,