diff options
Diffstat (limited to 'src/dcp.h')
| -rw-r--r-- | src/dcp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -106,7 +106,7 @@ public: return _length; } - std::list<std::string> equals (DCP const & other, EqualityType type) const; + std::list<std::string> equals (DCP const & other, EqualityFlags flags) const; /** Emitted with a parameter between 0 and 1 to indicate progress * for long jobs. |
