mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-23 01:44:22 +00:00
Cleanup: Add some missing explicit constructors
This commit is contained in:
parent
4cf66d6522
commit
4292a38327
20 changed files with 46 additions and 46 deletions
|
|
@ -63,7 +63,7 @@ namespace
|
|||
//==============================================================================
|
||||
struct LoadedProject
|
||||
{
|
||||
LoadedProject (const ArgumentList::Argument& fileToLoad)
|
||||
explicit LoadedProject (const ArgumentList::Argument& fileToLoad)
|
||||
{
|
||||
hideDockIcon();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue