mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Tweaked in internal Obj-C name
This commit is contained in:
parent
c8a3410288
commit
01e7673053
1 changed files with 1 additions and 1 deletions
|
|
@ -857,7 +857,7 @@ private:
|
|||
//==============================================================================
|
||||
struct DelegateClass : public ObjCClass<NSObject>
|
||||
{
|
||||
DelegateClass() : ObjCClass<NSObject> ("JUCEAppDelegate_")
|
||||
DelegateClass() : ObjCClass<NSObject> ("JUCENetworkDelegate_")
|
||||
{
|
||||
addIvar<URLConnectionState*> ("state");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue