FileReader::create Text objects

This commit is contained in:
Josh Holtrop 2014-06-05 16:20:27 -04:00
parent 39aa6bbd42
commit 096139a40d

View File

@ -129,5 +129,6 @@ namespace jes
TextRef FileReader::get_line(unsigned int line_no) TextRef FileReader::get_line(unsigned int line_no)
{ {
return new Text((*m_lines)[line_no].first, (*m_lines)[line_no].second);
} }
} }