1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Bug 241717 - Fix header file too.

This commit is contained in:
Doug Schaefer 2011-09-19 14:55:18 -04:00
parent 85e252612d
commit c686b86ceb

View file

@ -2189,7 +2189,7 @@ public:
virtual ~Test(); virtual ~Test();
private: private:
void test(); void test();
RetType exp(); RetValueType exp();
}; };
#endif /* TEST_H_ */ #endif /* TEST_H_ */