view plugins/crazychat/test.h @ 11761:d8f002812186

[gaim-migrate @ 14052] This should fix make disting with the mono plugin enabled. I believe "SOURCES" is some sort of reserved variable. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 23 Oct 2005 20:43:02 +0000
parents ed017b9c532d
children fc464a0abccc
line wrap: on
line source

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