diff options
Diffstat (limited to 'src/Platform.h')
-rw-r--r-- | src/Platform.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Platform.h b/src/Platform.h index b77fe3243..2d14da96e 100644 --- a/src/Platform.h +++ b/src/Platform.h @@ -357,8 +357,8 @@ public: */ namespace Platform { -ColourDesired Chrome(); -ColourDesired ChromeHighlight(); +ColourAlpha Chrome(); +ColourAlpha ChromeHighlight(); const char *DefaultFont(); int DefaultFontSize(); unsigned int DoubleClickTime(); |