view plugins/crazychat/test.h @ 11795:f48e2acaa5d2

[gaim-migrate @ 14086] Remove the -a option here as well. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 24 Oct 2005 07:46:21 +0000
parents ed017b9c532d
children fc464a0abccc
line wrap: on
line source

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