view plugins/crazychat/test.h @ 12237:3294e27cb54a

[gaim-migrate @ 14539] Patch from sadrul to fix working with gtk < 2.6. Also a leak fix and a fix for where we were double-markup-escaping things. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 27 Nov 2005 18:03:51 +0000
parents ed017b9c532d
children fc464a0abccc
line wrap: on
line source

class Test {
	public:
		Test();
		~Test();
		void runTest();
	private:
		asdfint fake;
};