cpp/poppler-page.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 04c5fec1047a70ddb5f5ce6ccfc5d31b61d8460d Author: Albert Astals Cid <[email protected]> Date: Tue Mar 31 23:50:53 2020 +0200 Add missing since diff --git a/cpp/poppler-page.h b/cpp/poppler-page.h index 22529d51..30ede302 100644 --- a/cpp/poppler-page.h +++ b/cpp/poppler-page.h @@ -1,7 +1,7 @@ /* * Copyright (C) 2009-2010, Pino Toscano <[email protected]> * Copyright (C) 2018, Suzuki Toshiya <[email protected]> - * Copyright (C) 2018, 2019, Albert Astals Cid <[email protected]> + * Copyright (C) 2018-2020, Albert Astals Cid <[email protected]> * Copyright (C) 2018, Zsombor Hollay-Horvath <[email protected]> * Copyright (C) 2018, Aleksey Nikolaev <[email protected]> * Copyright (C) 2020, Jiri Jakes <[email protected]> @@ -93,7 +93,7 @@ public: enum text_layout_enum { physical_layout, raw_order_layout, - non_raw_non_physical_layout + non_raw_non_physical_layout ///< \since 0.88 }; ~page(); _______________________________________________ poppler mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/poppler
