mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-23 01:44:22 +00:00
More minor nullptr stuff.
This commit is contained in:
parent
b047d9be53
commit
0271fdf167
19 changed files with 116 additions and 108 deletions
|
|
@ -35,7 +35,7 @@ int64 juce_fileSetPosition (void* handle, int64 pos);
|
|||
//==============================================================================
|
||||
FileOutputStream::FileOutputStream (const File& f, const int bufferSize_)
|
||||
: file (f),
|
||||
fileHandle (0),
|
||||
fileHandle (nullptr),
|
||||
currentPosition (0),
|
||||
bufferSize (bufferSize_),
|
||||
bytesInBuffer (0),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue