Skip to content

Commit

Permalink
making member texture_ in camera_display.h protected
Browse files Browse the repository at this point in the history
git-svn-id: https://code.ros.org/svn/ros-pkg/stacks/visualization/trunk@39836 eb33c2ac-9c88-4c90-87e0-44a10359b0c3
  • Loading branch information
jkammerl committed Aug 6, 2012
1 parent 1f28594 commit ddd7f35
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/rviz/default_plugin/camera_display.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ Q_OBJECT
virtual void onEnable();
virtual void onDisable();

ROSImageTexture texture_;
RenderPanel* render_panel_;

private Q_SLOTS:
void forceRender();
void updateAlpha();
Expand Down Expand Up @@ -137,10 +140,6 @@ private Q_SLOTS:

bool new_caminfo_;

ROSImageTexture texture_;

RenderPanel* render_panel_;

bool force_render_;

QDockWidget* panel_container_;
Expand Down

0 comments on commit ddd7f35

Please sign in to comment.