view plugins/crazychat/test.h @ 12672:4bd7e2ebb4cb

[gaim-migrate @ 15015] gaim_imhtml_fix.patch from SF Patch #1237965 from Sadrul This fixes some format clearing bugs. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 29 Dec 2005 15:53:39 +0000
parents fc464a0abccc
children
line wrap: on
line source

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