view plugins/crazychat/test.h @ 12723:20f5daedcccb

[gaim-migrate @ 15067] Fix a possible segfault from my file transfer change last night. This was pointed out by Julien Cegarra in sf patch #1397203 committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 04 Jan 2006 23:05:22 +0000
parents fc464a0abccc
children
line wrap: on
line source

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