Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ParaView
ParaView
Commits
c882c84f
Commit
c882c84f
authored
Sep 06, 2007
by
Clinton Stimpson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
COMP: Fix warning.
parent
d2219b18
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Servers/ServerManager/vtkSMXYPlotRepresentationProxy.cxx
Servers/ServerManager/vtkSMXYPlotRepresentationProxy.cxx
+2
-1
No files found.
Servers/ServerManager/vtkSMXYPlotRepresentationProxy.cxx
View file @
c882c84f
...
...
@@ -19,7 +19,7 @@
#include "vtkSMProxyProperty.h"
vtkStandardNewMacro
(
vtkSMXYPlotRepresentationProxy
);
vtkCxxRevisionMacro
(
vtkSMXYPlotRepresentationProxy
,
"1.
1
"
);
vtkCxxRevisionMacro
(
vtkSMXYPlotRepresentationProxy
,
"1.
2
"
);
//----------------------------------------------------------------------------
vtkSMXYPlotRepresentationProxy
::
vtkSMXYPlotRepresentationProxy
()
{
...
...
@@ -44,6 +44,7 @@ bool vtkSMXYPlotRepresentationProxy::EndCreateVTKObjects()
pp
->
RemoveAllProxies
();
pp
->
AddProxy
(
this
->
PostProcessorProxy
);
pp
->
UpdateDependentDomains
();
return
true
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment