[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    extragear/graphics/digikam/libs/dimg
From:       Marcel Wiesweg <marcel.wiesweg () gmx ! de>
Date:       2008-11-01 11:54:26
Message-ID: 1225540466.048951.8607.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 878483 by mwiesweg:

Try to fix warnings on Windows MinGW compilation

 M  +12 -12    dcolor.h  


--- trunk/extragear/graphics/digikam/libs/dimg/dcolor.h #878482:878483
@@ -128,18 +128,18 @@
     // These functions are used by DColorComposer.
     // Look at that code to learn how to use them for
     // composition if you want to use them in optimized code.
-    void blendZero();
-    void blendAlpha8(int alpha);
-    void blendInvAlpha8(int alpha);
-    void blendAlpha16(int alpha);
-    void blendInvAlpha16(int alpha);
-    void premultiply16(int alpha);
-    void premultiply8(int alpha);
-    void demultiply16(int alpha);
-    void demultiply8(int alpha);
-    void blendAdd(const DColor &src);
-    void blendClamp8();
-    void blendClamp16();
+    inline void blendZero();
+    inline void blendAlpha8(int alpha);
+    inline void blendInvAlpha8(int alpha);
+    inline void blendAlpha16(int alpha);
+    inline void blendInvAlpha16(int alpha);
+    inline void premultiply16(int alpha);
+    inline void premultiply8(int alpha);
+    inline void demultiply16(int alpha);
+    inline void demultiply8(int alpha);
+    inline void blendAdd(const DColor &src);
+    inline void blendClamp8();
+    inline void blendClamp16();
 };
 
 }  // namespace Digikam
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic