diff options
Diffstat (limited to 'src')
| -rwxr-xr-x | src/JP2K_Sequence_Parser.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/JP2K_Sequence_Parser.cpp b/src/JP2K_Sequence_Parser.cpp index 77de5be..5bd67ec 100755 --- a/src/JP2K_Sequence_Parser.cpp +++ b/src/JP2K_Sequence_Parser.cpp @@ -54,6 +54,7 @@ public: std::list<std::string>::const_iterator i; for ( i = pathlist.begin(); i != pathlist.end(); i++ ) push_back(*i); + return *this; } // |
