1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00

cosmetic cleanup

This commit is contained in:
jules 2008-06-17 11:53:12 +00:00
parent 04367b199a
commit 29e2de7fd0
40 changed files with 3783 additions and 3787 deletions

View file

@ -352,7 +352,7 @@ struct FindFileStruct
// returns 0 on failure
void* juce_findFileStart (const String& directory, const String& wildCard, String& firstResultFile,
bool* isDir, bool* isHidden, int64* fileSize, Time* modTime,
bool* isDir, bool* isHidden, int64* fileSize, Time* modTime,
Time* creationTime, bool* isReadOnly) throw()
{
DIR* d = opendir (directory.toUTF8());

View file

@ -53,7 +53,7 @@ WebBrowserComponent::~WebBrowserComponent()
}
//==============================================================================
void WebBrowserComponent::goToURL (const String& url,
void WebBrowserComponent::goToURL (const String& url,
const StringArray* headers,
const MemoryBlock* postData)
{