aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/types.h b/types.h
index b66f36b..ba593ac 100644
--- a/types.h
+++ b/types.h
@@ -354,7 +354,7 @@ class PromObj: public Container {/*{{{*/
EvalObj *mem;
public:
/** Construct with a delayed expression */
- PromObj(EvalObj *exp);
+ PromObj(EvalObj *_exp);
/** The destructor */
~PromObj();
/** Get the delayed expression */