aboutsummaryrefslogtreecommitdiff
path: root/vcal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vcal.cpp')
-rw-r--r--vcal.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/vcal.cpp b/vcal.cpp
index b0ce2c82..8120674c 100644
--- a/vcal.cpp
+++ b/vcal.cpp
@@ -3,6 +3,11 @@
#include <iostream>
+__content_set::__content_set (strbuf* value) : value(value) {
+ std::cout << _GREEN << value->len << ' ' << value << _RESET << std::endl;
+ this->value->cap();
+}
+
vcomponent::vcomponent(
const std::string& type,
const std::string& filename)