Hi,

I just ran into a hiccup using osgWidget, which seems easy enough to fix.
Lines 49-57 of the osgWidget::Window header define a struct containing a
member variable called min. Elsewhere in OSG, there is a #define min(a,b)
..., so if both are #included compiler errors result. I would suggest just
renaming the min in Window to minimum, or maybe _min if you like
underscores.

- Max Bandazian
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to