From fc5512ffa6091544d8e310ab7b7876f05f73f2de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 19 Feb 2019 11:17:16 +0100 Subject: =?UTF-8?q?Jag=20kan=20inte=20ens=20programmera=20p=C3=A5=20r?= =?UTF-8?q?=C3=A4tt=20dator...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vcal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcal.cpp') 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 << '_'; -- cgit v1.2.3