comparison: gtk/plugins/crazychat/test.h
gtk/plugins/crazychat/test.h
- changeset 14253
- b63ebf84c42b
- parent 12323
- f52908fb23b0
- child 20470
- 77693555855f
equal
deleted
inserted
replaced
| |
1 class Test { |
| |
2 public: |
| |
3 Test(void); |
| |
4 ~Test(void); |
| |
5 void runTest(void); |
| |
6 private: |
| |
7 asdfint fake; |
| |
8 }; |