aboutsummaryrefslogtreecommitdiff
path: root/lib/query.cc
diff options
context:
space:
mode:
authorJani Nikula <jani@nikula.org>2017-05-10 22:42:12 +0300
committerDavid Bremner <david@tethera.net>2017-05-13 08:38:18 -0300
commit30c475c1ef3d6823ed9ab0affc30328726c5240f (patch)
tree411716ebe0fe8373a5f8fff3ba13bf6a645335d6 /lib/query.cc
parentbc11759dd1fd198661657b741bc0143c9af309a4 (diff)
build: visibility=default for library structs is no longer needed
Commit d5523ead90b6 ("Mark some structures in the library interface with visibility=default attribute.") fixed some mixed visibility issues with structs. With the symbol default visibility reversed, this is no longer a problem.
Diffstat (limited to 'lib/query.cc')
-rw-r--r--lib/query.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/query.cc b/lib/query.cc
index 212e27f0..9c6ecc8d 100644
--- a/lib/query.cc
+++ b/lib/query.cc
@@ -49,7 +49,7 @@ struct _notmuch_doc_id_set {
#define DOCIDSET_WORD(bit) ((bit) / CHAR_BIT)
#define DOCIDSET_BIT(bit) ((bit) % CHAR_BIT)
-struct visible _notmuch_threads {
+struct _notmuch_threads {
notmuch_query_t *query;
/* The ordered list of doc ids matched by the query. */