fix colliding include guards and spurious #define OSGUI_EXPORT

remotes/origin/Deprecated_master_20th_November_2022
Laurens Voerman 8 years ago
parent 2bdf56cb4b
commit ca877a8424

@ -11,16 +11,14 @@
* OpenSceneGraph Public License for more details.
*/
#ifndef OSGUI_WIDGET
#define OSGUI_WIDGET
#ifndef OSGGA_WIDGET
#define OSGGA_WIDGET
#include <osg/Group>
#include <osg/BoundingBox>
#include <osgGA/Event>
#include <osgGA/EventVisitor>
#define OSGUI_EXPORT
namespace osgGA
{

@ -11,8 +11,8 @@
* OpenSceneGraph Public License for more details.
*/
#ifndef OSGUI_COMBOBOX
#define OSGUI_COMBOBOX
#ifndef OSGUI_TABWIDGET
#define OSGUI_TABWIDGET
#include <osgUI/Popup>
#include <osg/Switch>

Loading…
Cancel
Save