Mercurial > pidgin
view plugins/crazychat/test.h @ 12875:7a432c828225
[gaim-migrate @ 15227]
translation update
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Sat, 14 Jan 2006 15:15:54 +0000 |
parents | fc464a0abccc |
children |
line wrap: on
line source
class Test { public: Test(void); ~Test(void); void runTest(void); private: asdfint fake; };