[Digikam-devel] [Bug 122747] Will not build with GCC 4.1
Gilles Caulier
caulier.gilles at free.fr
Mon Apr 3 22:10:41 BST 2006
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=122747
------- Additional Comments From caulier.gilles free fr 2006-04-03 23:10 -------
SVN commit 526098 by cgilles:
digikam from trunk : fix broken compilation using gcc 4.1
CCBUGS: 122747
M +2 -6 dcolor.h
--- trunk/extragear/graphics/digikam/libs/dimg/dcolor.h #526097:526098
@ -60,14 +60,14 @
If sixteenBit is true, 8 bytes are read.
Inline method.
*/
- void DColor::setColor(const uchar *data, bool sixteenBit = false);
+ void setColor(const uchar *data, bool sixteenBit = false);
/** Write the values of this color to the given memory location.
If sixteenBit is false, 4 bytes are written.
If sixteenBit is true, 8 bytes are written.
Inline method.
*/
- void DColor::setPixel(uchar *data) const;
+ void setPixel(uchar *data) const;
int red () const { return m_red; }
int green() const { return m_green; }
@ -139,15 +139,11 @
void blendClamp16();
};
-
} // NameSpace Digikam
-
// Inline methods
#include "dcolorpixelaccess.h"
#include "dcolorblend.h"
-
-
#endif /* DCOLOR_H */
More information about the Digikam-devel
mailing list