This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Fixed a Cocoa class name that wasn't being correctly obfuscated
tags/2021-05-28
Julian Storer
16 years ago
parent
ab02610378
commit
21b0b3aaff
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/native/mac/juce_mac_OpenGLComponent.mm
+ 2
- 0
src/native/mac/juce_mac_OpenGLComponent.mm
View File
@@ -29,6 +29,8 @@
END_JUCE_NAMESPACE
#define ThreadSafeNSOpenGLView MakeObjCClassName(ThreadSafeNSOpenGLView)
//==============================================================================
@interface ThreadSafeNSOpenGLView : NSOpenGLView
{
Write
Preview
Loading…
Cancel
Save