diff options
Diffstat (limited to 'Source/cmVTKWrapJavaCommand.h')
-rw-r--r-- | Source/cmVTKWrapJavaCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVTKWrapJavaCommand.h b/Source/cmVTKWrapJavaCommand.h index 31bd2a5..3b72bd4 100644 --- a/Source/cmVTKWrapJavaCommand.h +++ b/Source/cmVTKWrapJavaCommand.h @@ -24,7 +24,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool InitialPass(std::vector<std::string>& args); + virtual bool InitialPass(std::vector<std::string> const& args); /** * This is called at the end after all the information |