Commit 99a1be59 authored by John Bonn's avatar John Bonn
Browse files

Added comment.

parent e2574946
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -40,6 +40,8 @@ namespace Isis {
    setContentHandler(m_contentHandlers->top());

    if (old) {
      // Switch to newHandler and continue parsing
      // This will call newHandler->startElement(...)
      old->switchToNewHandler(topContentHandler());
    }
  }