Skip to content
Snippets Groups Projects
Commit d3bc89c7 authored by Ken Martin's avatar Ken Martin Committed by Kitware Robot
Browse files

Merge topic 'build_fix'


47e676a0 fix compiler error

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Acked-by: default avatarAron Helser <aron.helser@kitware.com>
Merge-request: !2736
parents 57f50314 47e676a0
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ private:
/**
* Used in SIL creation.
*/
std::string UniqueName(std::string name, bool ForGrid);
std::string UniqueName(const std::string& name, bool ForGrid);
/**
* Used in SIL creation.
......
......@@ -56,7 +56,7 @@ public:
void SetLayer(int l);
void SetRendererId(size_t i);
void SetId(std::string i);
void SetId(const std::string& i);
void SetWireframeMode(bool wireframe);
void SetVisibility(bool vis);
void SetTransformationMatrix(vtkMatrix4x4* m);
......
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