Skip to content

Commit

Permalink
Fix visibility decorator of Ogre2Projector
Browse files Browse the repository at this point in the history
Signed-off-by: Silvio Traversaro <[email protected]>
  • Loading branch information
traversaro authored May 20, 2023
1 parent 86395fa commit cac14ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ogre2/include/gz/rendering/ogre2/Ogre2Projector.hh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include "gz/rendering/config.hh"

#include "gz/rendering/base/BaseProjector.hh"
#include "gz/rendering/ogre/Export.hh"
#include "gz/rendering/ogre2/Export.hh"
#include "gz/rendering/ogre2/Ogre2Visual.hh"

namespace gz
Expand All @@ -33,7 +33,7 @@ namespace gz
inline namespace GZ_RENDERING_VERSION_NAMESPACE {

/// \brief Ogre 2.x implementation of a Projector class.
class GZ_RENDERING_OGRE_VISIBLE Ogre2Projector :
class GZ_RENDERING_OGRE2_VISIBLE Ogre2Projector :
public BaseProjector<Ogre2Visual>
{
/// \brief Constructor.
Expand Down

0 comments on commit cac14ee

Please sign in to comment.