view gtk/plugins/crazychat/test.h @ 14270:4c82afb76534

[gaim-migrate @ 16953] SF Patch #1544073 from Alex Badea "Here's a few fixes to allow building from outside the source tree again." committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 21 Aug 2006 17:04:26 +0000
parents 009db0b357b5
children
line wrap: on
line source

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