view plugins/crazychat/test.h @ 12898:e3b4e6787dff

[gaim-migrate @ 15251] SF Patch #1406080 from Sadrul. This fixes the prototype on the drawing-tooltip callback. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 17 Jan 2006 00:20:13 +0000
parents fc464a0abccc
children
line wrap: on
line source

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