equal
  deleted
  inserted
  replaced
  
    
    
    80     Path& operator=(const CPath& cpath) { | 
    80     Path& operator=(const CPath& cpath) { | 
    81       copyPath(*this, cpath);  | 
    81       copyPath(*this, cpath);  | 
    82       return *this;  | 
    82       return *this;  | 
    83     }  | 
    83     }  | 
    84   | 
    84   | 
    85     /// \brief Lemon style iterator for path arcs  | 
    85     /// \brief LEMON style iterator for path arcs  | 
    86     ///  | 
    86     ///  | 
    87     /// This class is used to iterate on the arcs of the paths.  | 
    87     /// This class is used to iterate on the arcs of the paths.  | 
    88     class ArcIt { | 
    88     class ArcIt { | 
    89       friend class Path;  | 
    89       friend class Path;  | 
    90     public:  | 
    90     public:  |