diff options
| author | msheby <msheby@cinecert.com> | 2009-08-04 21:40:13 +0000 |
|---|---|---|
| committer | msheby <> | 2009-08-04 21:40:13 +0000 |
| commit | 6a53845555eb7b252e55b2a395094807180ccce3 (patch) | |
| tree | 25d0d36b544891939a10231299c80b5e46a1e67a /src/JP2K_Sequence_Parser.cpp | |
| parent | 61a1033e5c75e8318340a3789c35ec6d008432cd (diff) | |
Commit compilation fix.
Diffstat (limited to 'src/JP2K_Sequence_Parser.cpp')
| -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; } // |
