Tweak to see if we can get the new colour picking code working

This commit is contained in:
Will
2013-12-01 00:43:49 +01:00
parent 125e1c53dc
commit a869dd0fee
2 changed files with 6 additions and 6 deletions

View File

@@ -278,8 +278,8 @@ public:
private:
unsigned char uniqueColorID[COLOR_COMPONENTS];
static int nextColorID;
static const int k, p;
static unsigned nextColorID;
static const unsigned k, p;
static Mutex mutexNextColorID;
static auto_ptr<PixelBufferWrapper> pbo;