diff --git a/include/osgGA/GUIEventAdapter b/include/osgGA/GUIEventAdapter index 1e76d774f..8b3b03cb1 100644 --- a/include/osgGA/GUIEventAdapter +++ b/include/osgGA/GUIEventAdapter @@ -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. */