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:47:05 +0200
commit360e269df56279904ac6f2913e8f0c3f786aa8fb (patch)
treec750e24ab8e04477f2019952d9d1117b0f803be8 /src/global.h
parentd04c627887b467cb88f00121d424ee408c0a9a4a (diff)
downloadbasket-360e269df56279904ac6f2913e8f0c3f786aa8fb.tar.gz
basket-360e269df56279904ac6f2913e8f0c3f786aa8fb.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> (cherry picked from commit d175607a268b6cc9dfeaeff1d0a38cf72201ad84)
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;