summaryrefslogtreecommitdiff
path: root/src/lines.hpp
diff options
context:
space:
mode:
authorAleksey Veresov <aleksey@veresov.pro>2019-11-06 20:09:07 +0300
committerAleksey Veresov <aleksey@veresov.pro>2019-11-06 20:09:07 +0300
commitc6419eed96f2832b1de2b94d711552efaa9b172d (patch)
tree999d0d08a0fe902be7b07c599c15714e00380656 /src/lines.hpp
parent73345c7dc06a6488f34d4a76906a62171a519278 (diff)
downloadtexo-c6419eed96f2832b1de2b94d711552efaa9b172d.tar
texo-c6419eed96f2832b1de2b94d711552efaa9b172d.tar.xz
texo-c6419eed96f2832b1de2b94d711552efaa9b172d.zip
[texo] Prettier print (+ fixes).
Diffstat (limited to 'src/lines.hpp')
-rw-r--r--src/lines.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lines.hpp b/src/lines.hpp
index ccd226c..d6ce555 100644
--- a/src/lines.hpp
+++ b/src/lines.hpp
@@ -10,6 +10,8 @@ class TexoProducerLines: public TexoProducer {
public:
TexoProducerLines(TexoExporter &exporter);
+ void End();
+
void Put(const Texo &piece);
void Put(const TexoParagraph &piece);
@@ -30,6 +32,7 @@ public:
private:
bool newline;
+ bool quote;
};