summaryrefslogtreecommitdiffstats
path: root/src/Instance.h
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2008-04-07 03:45:04 +0200
committerneoraider <devnull@localhost>2008-04-07 03:45:04 +0200
commit761c681764d4dae3b9776a57e4c3e5561e37f733 (patch)
tree47d1862ec4274466f42480ca8d68c3c7cb0e7d9c /src/Instance.h
parentcbc867ee44137b24e2549271499a9d211cd6b000 (diff)
downloadzoomedit-761c681764d4dae3b9776a57e4c3e5561e37f733.tar
zoomedit-761c681764d4dae3b9776a57e4c3e5561e37f733.zip
zoomedit: Added RenderArea with OpenGL support.
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 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);
};
}