aboutsummaryrefslogtreecommitdiff
path: root/vcal.h
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-02-19 12:08:03 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-02-19 12:08:03 +0100
commit86cb382c91fa965ad84d97c8c8e21957e695a1ae (patch)
tree88b5fc4e4eac2554a31485342d2d1c8bc5255075 /vcal.h
parentJag kan inte ens programmera på rätt dator... (diff)
downloadcalp-86cb382c91fa965ad84d97c8c8e21957e695a1ae.tar.gz
calp-86cb382c91fa965ad84d97c8c8e21957e695a1ae.tar.xz
Further changes.
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; }
};