pidgin/plugins/crazychat/test.h

Fri, 15 Jun 2007 01:43:28 +0000

author
Stu Tomlinson <nosnilmot@pidgin.im>
date
Fri, 15 Jun 2007 01:43:28 +0000
changeset 17745
6bd9e0f8fb6d
parent 15435
4b933b06d75e
child 16238
33bf2fd32108
child 18068
b6554e3c8224
child 20478
46933dc62880
permissions
-rw-r--r--

Patch from bjoernv to make building outside of the source directory work.
Fixes #1690.

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

mercurial