Mercurial > pidgin
view plugins/crazychat/test.h @ 13401:855cacea69df
[gaim-migrate @ 15776]
this was annoying me...
committer: Tailor Script <tailor@pidgin.im>
| author | Gary Kramlich <grim@reaperworld.com> |
|---|---|
| date | Mon, 06 Mar 2006 18:17:37 +0000 |
| parents | fc464a0abccc |
| children |
line wrap: on
line source
class Test { public: Test(void); ~Test(void); void runTest(void); private: asdfint fake; };
