]> git.notmuchmail.org Git - notmuch/blobdiff - lib/query.cc
build: visibility=default for library structs is no longer needed
[notmuch] / lib / query.cc
index 212e27f0bc8e162f90abf7dd9bfc7bd3d80c10f9..9c6ecc8db5ce0d4e6ecb1d4d5adfc1d65b715bc1 100644 (file)
@@ -49,7 +49,7 @@ struct _notmuch_doc_id_set {
 #define DOCIDSET_WORD(bit) ((bit) / CHAR_BIT)
 #define DOCIDSET_BIT(bit) ((bit) % CHAR_BIT)
 
 #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. */
     notmuch_query_t *query;
 
     /* The ordered list of doc ids matched by the query. */