diff --git a/extras/Projucer/JuceLibraryCode/BinaryData.cpp b/extras/Projucer/JuceLibraryCode/BinaryData.cpp index de4ef127fc..8302712c25 100644 --- a/extras/Projucer/JuceLibraryCode/BinaryData.cpp +++ b/extras/Projucer/JuceLibraryCode/BinaryData.cpp @@ -6233,7 +6233,7 @@ static const unsigned char temp_binary_data_36[] = " }\r\n" "\r\n" " //==============================================================================\r\n" -" void paint (Graphics&) override\r\n" +" void paint (Graphics& g) override\r\n" " {\r\n" " // (Our component is opaque, so we must completely fill the background with a solid colour)\r\n" " g.fillAll (getLookAndFeel().findColour (ResizableWindow::backgroundColourId));\r\n" @@ -7415,7 +7415,7 @@ const char* getNamedResource (const char* resourceNameUTF8, int& numBytes) throw case 0x488afa0a: numBytes = 2245; return jucer_AudioPluginFilterTemplate_h; case 0xabad7041: numBytes = 2116; return jucer_ComponentTemplate_cpp; case 0xfc72fe86: numBytes = 2029; return jucer_ComponentTemplate_h; - case 0x1657b643: numBytes = 1632; return jucer_ContentCompSimpleTemplate_h; + case 0x1657b643: numBytes = 1634; return jucer_ContentCompSimpleTemplate_h; case 0x0b66646c: numBytes = 1109; return jucer_ContentCompTemplate_cpp; case 0x6fa10171: numBytes = 1023; return jucer_ContentCompTemplate_h; case 0x28d496ad: numBytes = 1208; return jucer_InlineComponentTemplate_h; diff --git a/extras/Projucer/JuceLibraryCode/BinaryData.h b/extras/Projucer/JuceLibraryCode/BinaryData.h index 5617a5f986..d0cd61c34c 100644 --- a/extras/Projucer/JuceLibraryCode/BinaryData.h +++ b/extras/Projucer/JuceLibraryCode/BinaryData.h @@ -117,7 +117,7 @@ namespace BinaryData const int jucer_ComponentTemplate_hSize = 2029; extern const char* jucer_ContentCompSimpleTemplate_h; - const int jucer_ContentCompSimpleTemplate_hSize = 1632; + const int jucer_ContentCompSimpleTemplate_hSize = 1634; extern const char* jucer_ContentCompTemplate_cpp; const int jucer_ContentCompTemplate_cppSize = 1109; diff --git a/extras/Projucer/Source/BinaryData/Templates/jucer_ContentCompSimpleTemplate.h b/extras/Projucer/Source/BinaryData/Templates/jucer_ContentCompSimpleTemplate.h index a7ad74b3b9..5d0aa78fa9 100644 --- a/extras/Projucer/Source/BinaryData/Templates/jucer_ContentCompSimpleTemplate.h +++ b/extras/Projucer/Source/BinaryData/Templates/jucer_ContentCompSimpleTemplate.h @@ -29,7 +29,7 @@ public: } //============================================================================== - void paint (Graphics&) override + void paint (Graphics& g) override { // (Our component is opaque, so we must completely fill the background with a solid colour) g.fillAll (getLookAndFeel().findColour (ResizableWindow::backgroundColourId));