X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=src%2Fexport-ascii.h;h=083ec89f816e0f6917bdeeaea1c49bfc4e769796;hb=4cfd6e4127f7815557c34ad47b6125f5b19a5048;hp=20860dfccf58bbb32328cce94749fe3d7e3db98e;hpb=d483bd8e6523c23c6f1d8908a2e0611c2bc9ff4f;p=sven%2Fvym.git

diff --git a/src/export-ascii.h b/src/export-ascii.h
index 20860df..083ec89 100644
--- a/src/export-ascii.h
+++ b/src/export-ascii.h
@@ -7,7 +7,9 @@ class ExportASCII : public ExportBase {
   public:
     ExportASCII();
     virtual void doExport();
-    virtual QString underline(const QString &text, const QString &line);
+    QString underline(const QString &text, const QString &line);
+    QString ensureEmptyLines(QString &text, int n);
+    QString ensureNewLine(QString &text);
 };
 
 #endif