From 73345c7dc06a6488f34d4a76906a62171a519278 Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Tue, 5 Nov 2019 19:46:50 +0300 Subject: [texo] Medium has been changed. --- src/plain.hpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/plain.hpp') diff --git a/src/plain.hpp b/src/plain.hpp index f758843..4c6a8b7 100644 --- a/src/plain.hpp +++ b/src/plain.hpp @@ -15,7 +15,6 @@ public: void Put(const TexoParagraph &piece); void Put(const TexoQuote &piece); - void Put(const TexoLineBreak &piece); void Put(const TexoHorizontalRule &piece); private: @@ -27,7 +26,8 @@ private: class TexoImporterPlain: public TexoImporter { public: TexoImporterPlain(TexoProducer &producer); - ~TexoImporterPlain(); + + void End(); void Put(char c); void Put(const ScriptVariable &str); @@ -40,7 +40,8 @@ private: paragraph, quote, quote_newline, - rule + rule, + paragraph_rule } state; void Text(char c); @@ -49,6 +50,7 @@ private: void Quote(char c); void QuoteNewline(char c); void Rule(char c); + void ParagraphRule(char c); int dash_count; }; -- cgit v1.2.3