diff options
Diffstat (limited to 'src/Instance.h')
-rw-r--r-- | src/Instance.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Instance.h b/src/Instance.h index c37a959..4517caf 100644 --- a/src/Instance.h +++ b/src/Instance.h @@ -25,7 +25,7 @@ class Instance { // Prevent shallow copy Instance(const Instance &o); - Instance& operator=(const Instance &o); + const Instance& operator=(const Instance &o); }; } |