mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-26 02:14:22 +00:00
MD5 fix.
This commit is contained in:
parent
e07c59c8f4
commit
605e06946f
3 changed files with 4 additions and 4 deletions
|
|
@ -103,7 +103,7 @@ private:
|
|||
PixelRGB filler [4];
|
||||
bool areRGBComponentsEqual;
|
||||
|
||||
inline void blendLine (PixelType* dest, const PixelARGB& colour, int width) const
|
||||
inline void blendLine (PixelType* dest, const PixelARGB& colour, int width) const throw()
|
||||
{
|
||||
do
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue