view plugins/crazychat/test.h @ 11363:78615ddd09ef

[gaim-migrate @ 13587] this was bugging me... committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Mon, 29 Aug 2005 21:48:22 +0000
parents ed017b9c532d
children fc464a0abccc
line wrap: on
line source

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