ActionsProgress test include fixes

This commit is contained in:
Ricardo Quesada 2014-01-21 16:28:52 -08:00
parent 06be466f29
commit b51b04f315
2 changed files with 2 additions and 3 deletions

View File

@ -111,7 +111,6 @@ THE SOFTWARE.
-(int) getWidth; -(int) getWidth;
-(int) getHeight; -(int) getHeight;
-(void) swapBuffers;
@end @end
#endif // __EAGLVIEW_MAC_H__ #endif // __EAGLVIEW_MAC_H__

View File

@ -24,7 +24,7 @@
****************************************************************************/ ****************************************************************************/
#ifndef _ACTIONS__PROGRESS_TEST_H_ #ifndef _ACTIONS__PROGRESS_TEST_H_
#define _ACTIONS_PROGRESS_TEST_H_ #define _ACTIONS__PROGRESS_TEST_H_
#include "../testBasic.h" #include "../testBasic.h"
#include "../BaseTest.h" #include "../BaseTest.h"
@ -99,4 +99,4 @@ public:
virtual void runThisTest(); virtual void runThisTest();
}; };
#endif #endif // _ACTIONS__PROGRESS_TEST_H_