Mercurial > pidgin.yaz
view pidgin/plugins/crazychat/test.h @ 30455:e47a4a7940ea
Fix some leaks, and simplify these branches.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Fri, 23 Apr 2010 20:53:57 +0000 |
parents | 5fe8042783c1 |
children |
line wrap: on
line source
class Test { public: Test(void); ~Test(void); void runTest(void); private: asdfint fake; };