aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2013-08-17 16:09:12 +0800
committerTeddy <ted.sybil@gmail.com>2013-08-17 16:09:12 +0800
commitee6d835fe2e8b88b79f35f54684acb8035b527a1 (patch)
treeb9840d910504da3cd43046572e9f8c770498b360 /types.h
parent5e16df071dfd41659b296dfde067749ef216a47c (diff)
...
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 */