view plugins/crazychat/test.h @ 12236:2cfd36ba0f45

[gaim-migrate @ 14538] Richard pointed out we shouldn't be unref()ing here, and valgrind confirmed it. I left myself a note so I don't do silly things again. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 27 Nov 2005 17:47:17 +0000
parents ed017b9c532d
children fc464a0abccc
line wrap: on
line source

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