Skip to content

Commit

Permalink
Minor tweaks for Xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
getdunne committed Sep 3, 2019
1 parent e0b99b5 commit e48fc59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
Builds/
JuceLibraryCode/
*.exe
2 changes: 1 addition & 1 deletion JuceLibraryCode/AppConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#endif

#ifndef JUCE_REPORT_APP_USAGE
#define JUCE_REPORT_APP_USAGE 1
#define JUCE_REPORT_APP_USAGE 0
#endif

// END SECTION A
Expand Down
2 changes: 1 addition & 1 deletion Source/Convolver.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// We need to include this before the Juce includes due to some
// name clashes with Apple system headers, for more information see:
// http://www.juce.com/forum/topic/reference-point-ambiguous
#include "fftconvolver/TwoStageFFTConvolver.h"
#include "FFTConvolver/TwoStageFFTConvolver.h"

#include "../JuceLibraryCode/JuceHeader.h"

Expand Down

0 comments on commit e48fc59

Please sign in to comment.