mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-20 01:14:20 +00:00
Introjucer: fix for binary resource file generation.
This commit is contained in:
parent
4cc9d03cd8
commit
4df0ea72c9
1 changed files with 3 additions and 2 deletions
|
|
@ -216,10 +216,11 @@ bool ResourceFile::write (const File& cppFile, OutputStream& cpp, OutputStream&
|
|||
<< " }" << newLine
|
||||
<< newLine
|
||||
<< " juce::var getIdentifierForImage (const juce::Image&) { return juce::var(); }" << newLine
|
||||
<< " };" << newLine
|
||||
<< "}" << newLine;
|
||||
<< " };" << newLine;
|
||||
}
|
||||
|
||||
header << "}" << newLine;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue