Skip to content
  • Adriaan de Groot's avatar
    dot files: reduce compiler-warnings · 7302ec33
    Adriaan de Groot authored
     - be consistent(er) in using C++11-style iteration (same caveats
       as with tgf files, though)
     - processEdge() and processNode() don't have to be members, they
       don't do anything directly with the fileformat
     - use const& where possible
    7302ec33