From 6f3c772939463c97a4a8a8371db42b8f4b181c68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 19 Feb 2019 02:31:35 +0100 Subject: No idea, to tired. --- vcal.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'vcal.cpp') diff --git a/vcal.cpp b/vcal.cpp index 8f49b7d8..8180cf80 100644 --- a/vcal.cpp +++ b/vcal.cpp @@ -3,6 +3,13 @@ #include +vcomponent::vcomponent( + const std::string& type, + 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