Skip to content

Commit

Permalink
Fix visibility of xy_orbit_view_controller
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Idel-SI committed Jun 13, 2018
1 parent 5c8115e commit 91f701a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions rviz_default_plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ set(rviz_default_plugins_headers_to_moc
include/rviz_default_plugins/tools/point/point_tool.hpp
include/rviz_default_plugins/view_controllers/orbit/orbit_view_controller.hpp
include/rviz_default_plugins/view_controllers/ortho/fixed_orientation_ortho_view_controller.hpp
include/rviz_default_plugins/view_controllers/xy_orbit/xy_orbit_view_controller.hpp
)

set(rviz_default_plugins_source_files
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
#endif

#include "rviz_default_plugins/view_controllers/orbit/orbit_view_controller.hpp"
#include "rviz_default_plugins/visibility_control.hpp"

namespace Ogre
{
Expand All @@ -59,7 +60,7 @@ namespace view_controllers
/**
* \brief Like the orbit view controller, but focal point moves only in the x-y plane.
*/
class XYOrbitViewController : public OrbitViewController
class RVIZ_DEFAULT_PLUGINS_PUBLIC XYOrbitViewController : public OrbitViewController
{
Q_OBJECT

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/

#include "./xy_orbit_view_controller.hpp"
#include "rviz_default_plugins/view_controllers/xy_orbit/xy_orbit_view_controller.hpp"

#include <cstdint>
#include <utility>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@
#include "rviz_common/render_panel.hpp"
#include "rviz_common/viewport_mouse_event.hpp"

#include \
"../../../../src/rviz_default_plugins/view_controllers/xy_orbit/xy_orbit_view_controller.hpp" // NOLINT
#include "rviz_default_plugins/view_controllers/xy_orbit/xy_orbit_view_controller.hpp"
#include "rviz_default_plugins/view_controllers/orbit/orbit_view_controller.hpp"
#include "rviz_default_plugins/view_controllers/ortho/fixed_orientation_ortho_view_controller.hpp"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@
#include "rviz_common/render_panel.hpp"
#include "rviz_common/viewport_mouse_event.hpp"

#include \
"../../../../src/rviz_default_plugins/view_controllers/xy_orbit/xy_orbit_view_controller.hpp" // NOLINT
#include "rviz_default_plugins/view_controllers/xy_orbit/xy_orbit_view_controller.hpp"
#include "rviz_default_plugins/view_controllers/ortho/fixed_orientation_ortho_view_controller.hpp"

#include "../../displays/display_test_fixture.hpp"
Expand Down

0 comments on commit 91f701a

Please sign in to comment.