diff options
author | Mark Spruiell <mes@zeroc.com> | 2004-01-17 17:05:58 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2004-01-17 17:05:58 +0000 |
commit | cbaefff2e8305ef2e2d51ba84146208f9a49e8d7 (patch) | |
tree | 67a87327586b4675d433ee90973e6d34d81061aa /cpp/src/FreezeScript/TransformAnalyzer.cpp | |
parent | Win32 fixes (diff) | |
download | ice-cbaefff2e8305ef2e2d51ba84146208f9a49e8d7.tar.bz2 ice-cbaefff2e8305ef2e2d51ba84146208f9a49e8d7.tar.xz ice-cbaefff2e8305ef2e2d51ba84146208f9a49e8d7.zip |
minor fixes
Diffstat (limited to 'cpp/src/FreezeScript/TransformAnalyzer.cpp')
-rw-r--r-- | cpp/src/FreezeScript/TransformAnalyzer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/FreezeScript/TransformAnalyzer.cpp b/cpp/src/FreezeScript/TransformAnalyzer.cpp index 5d056381d16..cc47b1dd791 100644 --- a/cpp/src/FreezeScript/TransformAnalyzer.cpp +++ b/cpp/src/FreezeScript/TransformAnalyzer.cpp @@ -25,7 +25,7 @@ namespace FreezeScript { // -// TransformVisitor visits the old definitions and compares them with +// AnalyzeTransformVisitor visits the old definitions and compares them with // the new definitions. // class AnalyzeTransformVisitor : public ParserVisitor @@ -82,7 +82,7 @@ private: } //////////////////////////////////// -// TransformVisitor +// AnalyzeTransformVisitor //////////////////////////////////// FreezeScript::AnalyzeTransformVisitor::AnalyzeTransformVisitor(XMLOutput& out, const UnitPtr& newUnit, |