view pidgin/plugins/crazychat/test.h @ 32776:804239d704ff

stun: Initialize 'in', silence compiler.
author Paul Aurich <paul@darkrain42.org>
date Wed, 23 May 2012 03:25:01 +0000
parents 5fe8042783c1
children
line wrap: on
line source

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