mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-11 23:54:18 +00:00
Updates to jucer-generated projects.
This commit is contained in:
parent
f97cf1aaa5
commit
e4801068ad
18 changed files with 864 additions and 842 deletions
|
|
@ -37,7 +37,7 @@ static int addFile (const File& file,
|
|||
|
||||
cppStream << "static const unsigned char temp" << ++tempNum << "[] = {";
|
||||
|
||||
int i = 0;
|
||||
size_t i = 0;
|
||||
const uint8* const data = (const uint8*) mb.getData();
|
||||
|
||||
while (i < mb.getSize() - 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue