Mercurial > pidgin
view plugins/crazychat/test.h @ 14072:cf48a70da762
[gaim-migrate @ 16693]
Fix CID 111 (which never would actually happen, but this is cleaner and clearer)
committer: Tailor Script <tailor@pidgin.im>
| author | Daniel Atallah <daniel.atallah@gmail.com> |
|---|---|
| date | Fri, 11 Aug 2006 00:55:18 +0000 |
| parents | fc464a0abccc |
| children |
line wrap: on
line source
class Test { public: Test(void); ~Test(void); void runTest(void); private: asdfint fake; };
