From 5bbe074e6470dfb42687c8cd3e0ad2f302af8822 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Tue, 12 Dec 2017 16:38:57 +1300 Subject: [PATCH] Two more XAPIAN_VISIBILITY_INTERNAL annotations --- xapian-core/include/xapian/postingiterator.h | 1 + xapian-core/include/xapian/termiterator.h | 1 + 2 files changed, 2 insertions(+) diff --git a/xapian-core/include/xapian/postingiterator.h b/xapian-core/include/xapian/postingiterator.h index f47f6a6b7..fedc2881e 100644 --- a/xapian-core/include/xapian/postingiterator.h +++ b/xapian-core/include/xapian/postingiterator.h @@ -140,6 +140,7 @@ class XAPIAN_VISIBILITY_DEFAULT PostingIterator { private: void decref(); + XAPIAN_VISIBILITY_INTERNAL void post_advance(Internal * res); }; diff --git a/xapian-core/include/xapian/termiterator.h b/xapian-core/include/xapian/termiterator.h index a940f86d9..ac43f0cfe 100644 --- a/xapian-core/include/xapian/termiterator.h +++ b/xapian-core/include/xapian/termiterator.h @@ -138,6 +138,7 @@ class XAPIAN_VISIBILITY_DEFAULT TermIterator { private: void decref(); + XAPIAN_VISIBILITY_INTERNAL void post_advance(Internal * res); }; -- 2.11.4.GIT