view gtk/plugins/crazychat/test.h @ 15236:6d0925ac1ed6

[gaim-migrate @ 18025] Fix an assertion failure when browsing for a file in the pounce editor committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 19 Dec 2006 18:52:18 +0000
parents 009db0b357b5
children
line wrap: on
line source

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