plugins/crazychat/test.h

Thu, 02 Feb 2006 19:14:54 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Thu, 02 Feb 2006 19:14:54 +0000
changeset 13099
35c9898ba2f1
parent 12323
f52908fb23b0
permissions
-rw-r--r--

[gaim-migrate @ 15460]
Fix an assertion failure.

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

mercurial