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/global.h | |
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/global.h')
-rw-r--r-- | src/global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/global.h b/src/global.h index e987e4a..729bc22 100644 --- a/src/global.h +++ b/src/global.h @@ -38,7 +38,7 @@ class TDEAboutData; * the .h files of variables he use. * @author S�astien Laot */ -class Global +class KDE_EXPORT Global { private: static TQString s_customSavesFolder; |