view pidgin/plugins/crazychat/test.h @ 29647:12c01afbb0ea

NULL-check for conversation when updating attention button
author Marcus Lundblad <ml@update.uu.se>
date Wed, 29 Oct 2008 21:35:39 +0000
parents 5fe8042783c1
children
line wrap: on
line source

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