Mercurial > pidgin
view plugins/crazychat/test.h @ 13726:e3bc5cdc85cd
[gaim-migrate @ 16137]
SF Patch #1482820 from genpeng
This is a fix for "--as-needed".
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Sat, 06 May 2006 01:12:12 +0000 |
| parents | fc464a0abccc |
| children |
line wrap: on
line source
class Test { public: Test(void); ~Test(void); void runTest(void); private: asdfint fake; };
