fix colliding include guards and spurious #define OSGUI_EXPORT

This commit is contained in:
Laurens Voerman 2016-08-23 14:32:48 +02:00
parent 2bdf56cb4b
commit ca877a8424
2 changed files with 4 additions and 6 deletions

View File

@ -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
{

View File

@ -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>