[Digikam-devel] [Bug 178061] [PATCH] scancontroller missing dependecy to CacheLock (CMAKE)

Marcel Wiesweg marcel.wiesweg at gmx.de
Fri Dec 19 08:51:54 GMT 2008


http://bugs.kde.org/show_bug.cgi?id=178061


Marcel Wiesweg marcel wiesweg gmx de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marcel.wiesweg at gmx.de




--- Comment #1 from Marcel Wiesweg <marcel wiesweg gmx de>  2008-12-19 09:51:54 ---
Can you try this patch instead. Maybe your compiler treats visibility of inner
classes differently than mine. The threadimageio sources are already included
in libdigikamcore, which digikam links.

diff --git a/libs/threadimageio/loadingcache.h
b/libs/threadimageio/loadingcache.h
index 515623f..813fc7c 100644
--- a/libs/threadimageio/loadingcache.h
+++ b/libs/threadimageio/loadingcache.h
@@ -127,7 +127,7 @@ public:

     /// !! All methods of LoadingCache shall only be called when a CacheLock
is held !!

-    class CacheLock
+    class DIGIKAM_EXPORT CacheLock
     {
     public:


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Digikam-devel mailing list