Mercurial > pidgin
view plugins/crazychat/test.h @ 13283:4dcd0fba99a9
[gaim-migrate @ 15649]
Part of SF Patch #1431281 from Sadrul
This fixes a leak.
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Tue, 14 Feb 2006 07:48:11 +0000 |
| parents | fc464a0abccc |
| children |
line wrap: on
line source
class Test { public: Test(void); ~Test(void); void runTest(void); private: asdfint fake; };
