diff options
Diffstat (limited to 'project2/fileRows.cpp')
-rw-r--r-- | project2/fileRows.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/fileRows.cpp b/project2/fileRows.cpp index 57ff8e5..c2a3a09 100644 --- a/project2/fileRows.cpp +++ b/project2/fileRows.cpp @@ -40,7 +40,7 @@ _FileRows::execute() const if (!f) { throw std::runtime_error("Could not open file"); } - FileStrChannel c(f); + FileStarChannel c(f); c.set_encoding(encoding); c.set_line_term(newline); Glib::ustring line; |