summaryrefslogtreecommitdiff
path: root/modules/mono/glue/arguments_vector.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mono/glue/arguments_vector.h')
-rw-r--r--modules/mono/glue/arguments_vector.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/mono/glue/arguments_vector.h b/modules/mono/glue/arguments_vector.h
index 4ee553fc11..ab48904571 100644
--- a/modules/mono/glue/arguments_vector.h
+++ b/modules/mono/glue/arguments_vector.h
@@ -40,8 +40,8 @@ private:
T *_ptr;
int size;
- ArgumentsVector();
- ArgumentsVector(const ArgumentsVector &);
+ ArgumentsVector() = delete;
+ ArgumentsVector(const ArgumentsVector &) = delete;
public:
T *ptr() { return _ptr; }