diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-02-25 15:05:47 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-04-10 12:18:17 +0200 |
commit | d175607a268b6cc9dfeaeff1d0a38cf72201ad84 (patch) | |
tree | 8470c145bf445240579d92d8e67a14bafb117941 /src/aboutdata.cpp | |
parent | 0d9e78994bc2866af215f5a76e8134a17ad79516 (diff) | |
download | basket-d175607a268b6cc9dfeaeff1d0a38cf72201ad84.tar.gz basket-d175607a268b6cc9dfeaeff1d0a38cf72201ad84.zip |
Fix support for GCC hidden visibility.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'src/aboutdata.cpp')
-rw-r--r-- | src/aboutdata.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/aboutdata.cpp b/src/aboutdata.cpp index b5e8cfd..1ae0e98 100644 --- a/src/aboutdata.cpp +++ b/src/aboutdata.cpp @@ -18,11 +18,12 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#include "aboutdata.h" #ifdef HAVE_CONFIG_H -#include <config.h> +#include "config.h" #endif +#include "aboutdata.h" + static const char description[] = I18N_NOOP( "<p><b>Taking care of your ideas.</b></p>" "<p>A note-taking application that makes it easy to record ideas as you think, and quickly find them later. " |