1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00

Use juce namespace for some uint32s in the CodeEditorDemo

This commit is contained in:
ed 2017-10-10 14:55:43 +01:00
parent 2ee168ad46
commit a449e3bbb4

View file

@ -113,7 +113,7 @@ private:
struct Type
{
const char* name;
uint32 colour;
juce::uint32 colour;
};
const Type types[] =
@ -144,7 +144,7 @@ private:
struct Type
{
const char* name;
uint32 colour;
juce::uint32 colour;
};
const Type types[] =