view plugins/crazychat/test.h @ 11425:54fa445aff32

[gaim-migrate @ 13662] most stupid bug ever. thanks to datallah for noticing committer: Tailor Script <tailor@pidgin.im>
author Thomas Butter <tbutter>
date Fri, 02 Sep 2005 18:05:40 +0000
parents ed017b9c532d
children fc464a0abccc
line wrap: on
line source

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