Skip to content

Commit 9d39fae

Browse files
committed
Fix a unix build error.
1 parent 0b10a89 commit 9d39fae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

source/base/colour.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1994,7 +1994,7 @@ class GenericCompactColour
19941994
typedef CHANNEL_T Channel;
19951995
typedef GenericLinearColour<MODEL_T,ColourChannel> ExpandedColour;
19961996

1997-
friend class ExpandedColour;
1997+
friend class GenericLinearColour<MODEL_T,ColourChannel>;
19981998

19991999
static const unsigned int kBias = Parameters::kBias;
20002000
static const bool kQuantizeToNearest = Parameters::kQuantizeToNearest;

source/base/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
#define OFFICIAL_VERSION_STRING "3.7.1"
4646
#define OFFICIAL_VERSION_NUMBER 371
4747

48-
#define POV_RAY_PRERELEASE "alpha.8747741"
48+
#define POV_RAY_PRERELEASE "alpha.8747742"
4949

5050
#if (POV_RAY_IS_AUTOBUILD == 1) && ((POV_RAY_IS_OFFICIAL == 1) || (POV_RAY_IS_SEMI_OFFICIAL == 1))
5151
#ifdef POV_RAY_PRERELEASE

unix/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.1-alpha.8747741
1+
3.7.1-alpha.8747742

0 commit comments

Comments
 (0)