--- a/ldtypes.h Fri Mar 15 22:27:38 2013 +0200 +++ b/ldtypes.h Sat Mar 16 00:05:39 2013 +0200 @@ -58,8 +58,13 @@ public: IMPLEMENT_LDTYPE (Gibberish) + LDGibberish (str _zContent, str _zReason); + // Content of this unknown line str zContent; + + // Why is this gibberish? + str zReason; }; // =============================================================================