view gtk/plugins/crazychat/test.h @ 14686:7c47556216ec

[gaim-migrate @ 17438] Fix Coverity CID 144 - return value of "get_iter_from_node" should be checked committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 07 Oct 2006 17:03:26 +0000
parents 009db0b357b5
children
line wrap: on
line source

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