Fixed typo.

This commit is contained in:
Robert Osfield
2006-06-16 09:28:35 +00:00
parent 8d111fd147
commit 46ad44a9e7

View File

@@ -270,7 +270,7 @@ public:
/** button pressed/released, return -1 if inappropriate for this GUIEventAdapter.*/
int getButton() const { return _button; }
/** set window minimum x. */
/** set window size. */
void setWindowSize(float Xmin, float Ymin, float Xmax, float Ymax);
/** set window minimum x. */