summaryrefslogtreecommitdiffstats
path: root/src/Instance.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Instance.h')
-rw-r--r--src/Instance.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Instance.h b/src/Instance.h
index c53ac44..ced1fdc 100644
--- a/src/Instance.h
+++ b/src/Instance.h
@@ -47,7 +47,7 @@ class Instance {
// Prevent shallow copy
Instance(const Instance &o);
- const Instance& operator=(const Instance &o);
+ Instance& operator=(const Instance &o);
};
}