--- a/src/ldtypes.h Sat Jun 01 22:01:27 2013 +0300 +++ b/src/ldtypes.h Sat Jun 01 22:42:52 2013 +0300 @@ -28,7 +28,7 @@ virtual LDObject::Type getType () const { \ return LDObject::T; \ } \ - virtual str getContents (); \ + virtual str raw (); \ virtual LD##T* clone () { \ return new LD##T (*this); \ } \ @@ -124,7 +124,7 @@ }; // A string that represents this line - virtual str getContents () { + virtual str raw () { return ""; }