mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fixed some compiler warnings
This commit is contained in:
parent
9ab9b28f46
commit
102ed4a9f2
15 changed files with 115 additions and 107 deletions
|
|
@ -321,7 +321,7 @@ namespace
|
|||
struct OSCReceiver::Pimpl : private Thread,
|
||||
private MessageListener
|
||||
{
|
||||
Pimpl (const String& threadName) : Thread (threadName)
|
||||
Pimpl (const String& oscThreadName) : Thread (oscThreadName)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue