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/thread.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/thread.cc')
| -rw-r--r-- | lib/thread.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/thread.cc b/lib/thread.cc index 561ca5be..1a1ecfa5 100644 --- a/lib/thread.cc +++ b/lib/thread.cc @@ -26,7 +26,7 @@ #define EMPTY_STRING(s) ((s)[0] == '\0') -struct visible _notmuch_thread { +struct _notmuch_thread { notmuch_database_t *notmuch; char *thread_id; char *subject; |
