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
Removed leak detector from BorderSize class.
tags/2021-05-28
jules
12 years ago
parent
c0094bd986
commit
100e231122
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
modules/juce_graphics/geometry/juce_BorderSize.h
+ 0
- 2
modules/juce_graphics/geometry/juce_BorderSize.h
View File
@@ -150,8 +150,6 @@ public:
private:
//==============================================================================
ValueType top, left, bottom, right;
JUCE_LEAK_DETECTOR (BorderSize)
};
Write
Preview
Loading…
Cancel
Save