1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

New class: ChildProcess. Fixed android build problems with paths.

This commit is contained in:
Julian Storer 2011-09-02 12:48:36 +01:00
parent 5fc80a9b79
commit 4fcd1e3384
71 changed files with 730 additions and 67 deletions

View file

@ -298,7 +298,7 @@ public:
{
public:
typedef const void VoidType;
static inline void* toVoidPtr (VoidType* v) noexcept { return const_cast<void*> (v); }
static inline void* toVoidPtr (VoidType* v) noexcept { return const_cast <void*> (v); }
enum { isConst = 1 };
};
#endif

View file

@ -23,4 +23,4 @@
==============================================================================
*/
#include "juce_audio_basics.cpp"
#include "juce_audio_basics.cpp"

View file

@ -1,7 +1,7 @@
{
"id": "juce_audio_basics",
"name": "JUCE audio and midi data classes",
"version": "2.0.2",
"version": "2.0.3",
"description": "Classes for audio buffer manipulation, midi message handling, synthesis, etc",
"website": "http://www.juce.com/juce",
"license": "GPL/Commercial",