view plugins/crazychat/test.h @ 11881:4b84b080a5f2

[gaim-migrate @ 14172] fix this up again, I guess some of us have more fussy gettext's than others committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 29 Oct 2005 01:28:19 +0000
parents ed017b9c532d
children fc464a0abccc
line wrap: on
line source

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