diff options
| author | Jani Nikula <jani@nikula.org> | 2017-05-10 22:42:12 +0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2017-05-13 08:38:18 -0300 |
| commit | 30c475c1ef3d6823ed9ab0affc30328726c5240f (patch) | |
| tree | 411716ebe0fe8373a5f8fff3ba13bf6a645335d6 /lib/message.cc | |
| parent | bc11759dd1fd198661657b741bc0143c9af309a4 (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/message.cc')
| -rw-r--r-- | lib/message.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/message.cc b/lib/message.cc index c2721191..b330dcce 100644 --- a/lib/message.cc +++ b/lib/message.cc @@ -26,7 +26,7 @@ #include <gmime/gmime.h> -struct visible _notmuch_message { +struct _notmuch_message { notmuch_database_t *notmuch; Xapian::docid doc_id; int frozen; |
