view pidgin/plugins/crazychat/test.h @ 16137:7e202dbce3d5

Realign some things after the rename.
author Richard Laager <rlaager@wiktel.com>
date Sun, 15 Apr 2007 15:37:40 +0000
parents 5fe8042783c1
children
line wrap: on
line source

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