From: Manuel Nickschas Date: Thu, 4 Oct 2007 22:43:41 +0000 (+0000) Subject: Make Message a proper class rather than a struct (i.e. use setters/getters and X-Git-Tag: 0.1.0~147 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=2ee32e7f7707349d12c98181bbe6842f6d19f60e;hp=2ee32e7f7707349d12c98181bbe6842f6d19f60e Make Message a proper class rather than a struct (i.e. use setters/getters and private members). I am going to add more methods to it, and it's just bad style to do that to a struct, I think. ---