From c2446367dbf7826bdd45ff8a943b408c1b7097d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 3 Jan 2019 03:40:09 +0100 Subject: Fix export of symbols to work properly with hidden visibility. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- lib/pilotAddress.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/pilotAddress.h') diff --git a/lib/pilotAddress.h b/lib/pilotAddress.h index db0f18c..1ef1077 100644 --- a/lib/pilotAddress.h +++ b/lib/pilotAddress.h @@ -59,7 +59,7 @@ typedef PilotAppInfo< * A phone slot value may be invalid. If so, operations on it will * fail (yielding invalid again) and isValid() will return @c false. */ -class PhoneSlot +class KDE_EXPORT PhoneSlot { friend class PilotAddress; protected: @@ -125,7 +125,7 @@ private: } ; -class PilotAddressInfo : public PilotAddressInfo_ +class KDE_EXPORT PilotAddressInfo : public PilotAddressInfo_ { public: PilotAddressInfo(PilotDatabase *d) : PilotAddressInfo_(d) -- cgit v1.2.1