view plugins/crazychat/test.h @ 11384:08bf44bcedfe

[gaim-migrate @ 13611] patch by Sadrul Habib Chowdhury to fix one of my (I think) typos. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Wed, 31 Aug 2005 13:47:38 +0000
parents ed017b9c532d
children fc464a0abccc
line wrap: on
line source

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