Bugfixing a crash due to wrong decoding

This commit is contained in:
Alexander Bock
2015-02-17 21:01:55 +01:00
parent d439157d4f
commit e99148937d

View File

@@ -79,7 +79,7 @@ public:
}
void decode(std::string& s) {
s = decode<std::string>();
s = decode();
}
template <typename T>