mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-27 02:20:05 +00:00
Minor clean-ups. Jucer development.
This commit is contained in:
parent
61252d75c6
commit
d4435ca8b8
85 changed files with 900 additions and 569 deletions
|
|
@ -920,7 +920,7 @@ const String BigInteger::toString (const int base, const int minimumNumCharacter
|
|||
void BigInteger::parseString (const String& text, const int base)
|
||||
{
|
||||
clear();
|
||||
const juce_wchar* t = (const juce_wchar*) text;
|
||||
const juce_wchar* t = text;
|
||||
|
||||
if (base == 2 || base == 8 || base == 16)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue