aboutsummaryrefslogtreecommitdiff
path: root/vcal.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcal.h')
-rw-r--r--vcal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcal.h b/vcal.h
index 93699a29..ea76e593 100644
--- a/vcal.h
+++ b/vcal.h
@@ -43,7 +43,7 @@ struct content_line {
inline void push_param_value (strbuf* value)
{ this->values.cur()->params.cur()->values.push(value); }
- inline strbuf* value() { return &this->values.cur()->value; }
+ inline strbuf& value() { return this->values.cur()->value; }
};