Skip to content
Snippets Groups Projects
Commit a3b4dc4c authored by David Thompson's avatar David Thompson
Browse files

More Linux fixes.

parent d9d77f62
No related branches found
No related tags found
No related merge requests found
......@@ -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