aboutsummaryrefslogtreecommitdiff
path: root/model.h
diff options
context:
space:
mode:
Diffstat (limited to 'model.h')
-rw-r--r--model.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/model.h b/model.h
index 2e029c0..63f48be 100644
--- a/model.h
+++ b/model.h
@@ -72,6 +72,8 @@ class EvalObj : public FrameObj {/*{{{*/
* CLS_SIM_OBJ for a simple object), which defaults to CLS_SIM_OBJ, etc.
*/
EvalObj(int otype = CLS_SIM_OBJ);
+ /** The copy constructor */
+ EvalObj(const EvalObj &src);
/**
* The destructor
*/