view plugins/crazychat/test.h @ 13748:3e58b20cded3

[gaim-migrate @ 16159] I think this will fix that error I just mentioned committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 08 May 2006 04:47:56 +0000
parents fc464a0abccc
children
line wrap: on
line source

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