summaryrefslogtreecommitdiff
path: root/audio/dexed/files/patch-Source_PluginProcessor.h
blob: 5610de891ba0873e17a6aef0fde8c24e1a5c889e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
- from Bug 265342 - audio/dexed: fix build on armv7 arm64 

--- Source/PluginProcessor.h.orig	2024-07-14 16:47:34 UTC
+++ Source/PluginProcessor.h
@@ -129,7 +129,7 @@ class DexedAudioProcessor  : public AudioProcessor, pu
     EngineOpl engineOpl;
     
     char clipboard[161];
-    char clipboardContent;
+    signed char clipboardContent;
     
     void resolvAppDir();