You've already forked libopenshot-audio
mirror of
https://github.com/OpenShot/libopenshot-audio.git
synced 2026-03-02 08:54:01 -08:00
Upgrade JUCE to 5.4.7 (#88)
* Update to JUCE 5.4.7 * Update our header copies in include/ * Update CMake banner message * Gitlab builder updates - linux => linux-bionic - Newer macOS SDK - cmake commands for configure/build/install steps on Win/Mac (Linux cmake is too old)
This commit is contained in:
@@ -159,8 +159,6 @@ void ValueTreeSynchroniser::valueTreeChildOrderChanged (ValueTree& parent, int o
|
||||
stateChanged (m.getData(), m.getDataSize());
|
||||
}
|
||||
|
||||
void ValueTreeSynchroniser::valueTreeParentChanged (ValueTree&) {} // (No action needed here)
|
||||
|
||||
bool ValueTreeSynchroniser::applyChange (ValueTree& root, const void* data, size_t dataSize, UndoManager* undoManager)
|
||||
{
|
||||
MemoryInputStream input (data, dataSize, false);
|
||||
|
||||
Reference in New Issue
Block a user