Mercurial > pidgin
view plugins/crazychat/test.h @ 13795:6559e5c913d9
[gaim-migrate @ 16207]
Actually, stick it in Debug
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Tue, 30 May 2006 18:17:34 +0000 |
parents | fc464a0abccc |
children |
line wrap: on
line source
class Test { public: Test(void); ~Test(void); void runTest(void); private: asdfint fake; };