view plugins/crazychat/test.h @ 11759:73f58cd25951

[gaim-migrate @ 14050] Everytime I think I can make a simple commit without compiling first, I'm proved wrong. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sun, 23 Oct 2005 20:28:13 +0000
parents ed017b9c532d
children fc464a0abccc
line wrap: on
line source

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