view pidgin/plugins/crazychat/test.h @ 20427:059cc0bf6c91

Fix a compile warning by #if 0'ing out some unused code
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 26 May 2007 14:08:15 +0000
parents 5fe8042783c1
children
line wrap: on
line source

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