Browse Source

iOS build fix.

tags/2021-05-28
jules 12 years ago
parent
commit
88cb38ea29
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      modules/juce_core/native/juce_osx_ObjCHelpers.h

+ 2
- 0
modules/juce_core/native/juce_osx_ObjCHelpers.h View File

@@ -56,6 +56,7 @@ namespace
return [NSString string]; return [NSString string];
} }
#if JUCE_MAC
template <typename RectangleType> template <typename RectangleType>
static NSRect makeNSRect (const RectangleType& r) noexcept static NSRect makeNSRect (const RectangleType& r) noexcept
{ {
@@ -64,6 +65,7 @@ namespace
static_cast <CGFloat> (r.getWidth()), static_cast <CGFloat> (r.getWidth()),
static_cast <CGFloat> (r.getHeight())); static_cast <CGFloat> (r.getHeight()));
} }
#endif
} }
//============================================================================== //==============================================================================


Loading…
Cancel
Save