Skip to content
Snippets Groups Projects
Commit 389c66f2 authored by David Thompson's avatar David Thompson Committed by Kitware Robot
Browse files

Merge topic 'openvr-fix'


a3b4dc4c More Linux fixes.
d9d77f62 Fix mis-capitalization of filename.

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Merge-request: !3422
parents 20fa86c1 a3b4dc4c
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ set(Module_SRCS
vtkOpenVRHardwarePicker.cxx
vtkOpenVRInteractorStyle.cxx
vtkOpenVRMenuRepresentation.cxx
vtkOpenVRmenuWidget.cxx
vtkOpenVRMenuWidget.cxx
vtkOpenVRModel.cxx
vtkOpenVROverlay.cxx
vtkOpenVRPanelRepresentation.cxx
......
......@@ -50,7 +50,7 @@ class vtkOpenVRMenuRepresentation::InternalElement
vtkCommand *Command;
std::string Name;
vtkOpenVRMenuRepresentation::InternalElement() {
InternalElement() {
vtkTextProperty *prop = this->TextActor->GetTextProperty();
this->TextActor->ForceOpaqueOn();
......
......@@ -38,7 +38,7 @@ class vtkOpenVRMenuWidget::InternalElement
vtkCommand *Command;
std::string Name;
std::string Text;
vtkOpenVRMenuRepresentation::InternalElement() {
InternalElement() {
}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment