view plugins/crazychat/test.h @ 11515:f8a447af7494

[gaim-migrate @ 13760] More compile warning fixes! We're almost warn free, I think? committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 11 Sep 2005 16:57:01 +0000
parents ed017b9c532d
children fc464a0abccc
line wrap: on
line source

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