mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Removed some superfluous consts from definitions
This commit is contained in:
parent
1eea4766ce
commit
7d45d498b9
47 changed files with 120 additions and 119 deletions
|
|
@ -70,7 +70,7 @@ namespace build_tools
|
|||
const String& utf8PointerVariable,
|
||||
const StringArray& strings,
|
||||
const StringArray& codeToExecute,
|
||||
const int indentLevel);
|
||||
int indentLevel);
|
||||
|
||||
String unixStylePath (const String& path);
|
||||
String windowsStylePath (const String& path);
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ namespace build_tools
|
|||
Image getBestIconForSize (const Icons& icons,
|
||||
int size,
|
||||
bool returnNullIfNothingBigEnough);
|
||||
Image rescaleImageForIcon (Drawable& d, const int size);
|
||||
Image rescaleImageForIcon (Drawable& d, int size);
|
||||
|
||||
RelativePath createXcassetsFolderFromIcons (const Icons& icons,
|
||||
const File& targetFolder,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue