mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-18 17:10:05 +02:00
LightTheme fix, but without the const.
To narrow down the Mac 'wrong library invoked' bug.
This commit is contained in:
parent
08795f6843
commit
00f865860e
File diff suppressed because it is too large
Load Diff
@ -192,16 +192,16 @@ WX_DEFINE_USER_EXPORTED_OBJARRAY( ArrayOfColours )
|
|||||||
|
|
||||||
// Include the ImageCache...
|
// Include the ImageCache...
|
||||||
|
|
||||||
static const unsigned char DarkImageCacheAsData[] = {
|
static unsigned char DarkImageCacheAsData[] = {
|
||||||
#include "DarkThemeAsCeeCode.h"
|
#include "DarkThemeAsCeeCode.h"
|
||||||
};
|
};
|
||||||
static const unsigned char LightImageCacheAsData[] = {
|
static unsigned char LightImageCacheAsData[] = {
|
||||||
#include "LightThemeAsCeeCode.h"
|
#include "LightThemeAsCeeCode.h"
|
||||||
};
|
};
|
||||||
static const unsigned char ClassicImageCacheAsData[] = {
|
static unsigned char ClassicImageCacheAsData[] = {
|
||||||
#include "ClassicThemeAsCeeCode.h"
|
#include "ClassicThemeAsCeeCode.h"
|
||||||
};
|
};
|
||||||
static const unsigned char HiContrastImageCacheAsData[] = {
|
static unsigned char HiContrastImageCacheAsData[] = {
|
||||||
#include "HiContrastThemeAsCeeCode.h"
|
#include "HiContrastThemeAsCeeCode.h"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user