view pidgin/plugins/crazychat/test.h @ 19628:4c5e7db85e29

For status messages, make sure NULL isn't passed to g_markup_escape_text().
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Wed, 05 Sep 2007 04:18:59 +0000
parents 5fe8042783c1
children
line wrap: on
line source

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