From 360e269df56279904ac6f2913e8f0c3f786aa8fb Mon Sep 17 00:00:00 2001 From: gregory guy Date: Tue, 25 Feb 2020 15:05:47 +0100 Subject: Fix support for GCC hidden visibility. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gregory guy Signed-off-by: Slávek Banko (cherry picked from commit d175607a268b6cc9dfeaeff1d0a38cf72201ad84) --- src/global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/global.h') 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; -- cgit v1.2.1