aboutsummaryrefslogtreecommitdiff
path: root/vcal.cpp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-02-19 11:17:16 +0100
committerHugo Hörnquist <hugo@hornquist.se>2019-02-19 11:17:16 +0100
commitfc5512ffa6091544d8e310ab7b7876f05f73f2de (patch)
treec9a8248c38e265dee748515dcdc5f7d02be5c02f /vcal.cpp
parentNow it links, but segfaults. (diff)
downloadcalp-fc5512ffa6091544d8e310ab7b7876f05f73f2de.tar.gz
calp-fc5512ffa6091544d8e310ab7b7876f05f73f2de.tar.xz
Jag kan inte ens programmera på rätt dator...
Diffstat (limited to 'vcal.cpp')
-rw-r--r--vcal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcal.cpp b/vcal.cpp
index 8180cf80..b0ce2c82 100644
--- a/vcal.cpp
+++ b/vcal.cpp
@@ -8,7 +8,7 @@ vcomponent::vcomponent(
const std::string& filename)
: type(type)
, filename(filename)
-{ };
+{ }
std::ostream& operator<<(std::ostream& o, vcomponent* self) {
for (int i = 0; i < 40; i++) o << '_';