view pidgin/plugins/crazychat/test.h @ 28390:10540cd46121

hu.po: Updated for 2.6.1
author Kelemen Gábor <kelemeng@gnome.hu>
date Fri, 21 Aug 2009 15:57:38 +0000
parents 5fe8042783c1
children
line wrap: on
line source

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