Mercurial > pidgin
view plugins/crazychat/test.h @ 11372:aea5faca82dc
[gaim-migrate @ 13597]
Removing another problematic correction.
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Tue, 30 Aug 2005 12:07:58 +0000 |
| parents | ed017b9c532d |
| children | fc464a0abccc |
line wrap: on
line source
class Test { public: Test(); ~Test(); void runTest(); private: asdfint fake; };
