diff options
Diffstat (limited to 'src/generators/latex/line_g.cpp')
| -rw-r--r-- | src/generators/latex/line_g.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/generators/latex/line_g.cpp b/src/generators/latex/line_g.cpp index 3fd3b04..125db5b 100644 --- a/src/generators/latex/line_g.cpp +++ b/src/generators/latex/line_g.cpp @@ -16,5 +16,5 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include "line_g.h" latex::line_g::line_g() : line_g::base_type(line_) { - line_ = +text_ << ka::eol; + line_ = +text_; } |
