mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-11 23:54:18 +00:00
More 'nullptr' updates and minor clean-ups.
This commit is contained in:
parent
46c3a6bbe5
commit
b047d9be53
113 changed files with 560 additions and 663 deletions
|
|
@ -66,7 +66,7 @@ Component* CameraDevice::createViewerComponent()
|
|||
{
|
||||
// TODO
|
||||
|
||||
return 0;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
const String CameraDevice::getFileExtension()
|
||||
|
|
@ -115,7 +115,7 @@ CameraDevice* CameraDevice::openDevice (int index,
|
|||
{
|
||||
// TODO
|
||||
|
||||
return 0;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue