summaryrefslogtreecommitdiffstats
path: root/src/global.h
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-02-25 15:05:47 +0100
committerSlávek Banko <slavek.banko@axis.cz>2020-04-10 12:18:17 +0200
commitd175607a268b6cc9dfeaeff1d0a38cf72201ad84 (patch)
tree8470c145bf445240579d92d8e67a14bafb117941 /src/global.h
parent0d9e78994bc2866af215f5a76e8134a17ad79516 (diff)
downloadbasket-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.h2
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;