view plugins/crazychat/test.h @ 11999:ea5e84686331

[gaim-migrate @ 14292] This makes tcl/tk buildable for me when using -Werror at configure time. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Sun, 06 Nov 2005 23:56:40 +0000
parents ed017b9c532d
children fc464a0abccc
line wrap: on
line source

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