Mercurial > pidgin
view plugins/crazychat/test.h @ 13667:f8a44204b1bc
[gaim-migrate @ 16069]
Fix CID 163 - an unused variable warning.
Apparently, CID 163 had two cases and I only fixed one?
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Thu, 20 Apr 2006 04:58:29 +0000 |
| parents | fc464a0abccc |
| children |
line wrap: on
line source
class Test { public: Test(void); ~Test(void); void runTest(void); private: asdfint fake; };
