view pidgin/plugins/crazychat/test.h @ 22930:3ed8f8d074e4

Rewrite a ChangeLog entry I just wrote.
author Stu Tomlinson <stu@nosnilmot.com>
date Tue, 13 May 2008 20:45:29 +0000
parents 5fe8042783c1
children
line wrap: on
line source

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