X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FTexRow.h;h=55c9c25ff23c12297bf118d7e85db64ce0c584ff;hb=f5123ccfa82215030c70561af881175d92244492;hp=da406d08ad20c48a822cc4042390416525029032;hpb=f1cba8ff64b369792fd49f5ddf90e8126ab476ac;p=lyx.git diff --git a/src/TexRow.h b/src/TexRow.h index da406d08ad..55c9c25ff2 100644 --- a/src/TexRow.h +++ b/src/TexRow.h @@ -37,6 +37,9 @@ public: /// Insert node when line is completed void newline(); + /// Insert multiple nodes when zero or more lines are completed + void newlines(int num_lines); + /** * getIdFromRow - find pid and position for a given row * @param row row number to find