view pidgin/plugins/crazychat/test.h @ 19152:01492d7d89d0

Cleaned up a few missing NULL checks in GntWM Put a few comments about a warning and other potential NULL checks missing.
author Eric Polino <aluink@pidgin.im>
date Wed, 11 Jul 2007 20:03:11 +0000
parents 5fe8042783c1
children
line wrap: on
line source

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