Mercurial > pidgin
view plugins/crazychat/test.h @ 12820:cb3cbd69284d
[gaim-migrate @ 15168]
Oops, typos.
committer: Tailor Script <tailor@pidgin.im>
| author | Etan Reisner <pidgin@unreliablesource.net> |
|---|---|
| date | Wed, 11 Jan 2006 05:01:45 +0000 |
| parents | fc464a0abccc |
| children |
line wrap: on
line source
class Test { public: Test(void); ~Test(void); void runTest(void); private: asdfint fake; };
