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:
parent
2ee168ad46
commit
a449e3bbb4
1 changed files with 2 additions and 2 deletions
|
|
@ -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[] =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue