Browse Source

Misc

tags/1.9.4
falkTX 11 years ago
parent
commit
bf79bf893e
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      source/carla_backend.py
  2. +1
    -0
      source/includes/CarlaDefines.hpp

+ 1
- 1
source/carla_backend.py View File

@@ -84,7 +84,7 @@ def charStringList(charPtrPtr):
def structToDict(struct):
return dict((attr, getattr(struct, attr)) for attr, value in struct._fields_)

# ------------------------------------------------------------------------------------------------
# ------------------------------------------------------------------------------------------------------------
# Backend defines

MAX_DEFAULT_PLUGINS = 99


+ 1
- 0
source/includes/CarlaDefines.hpp View File

@@ -172,6 +172,7 @@ private: \
# define CARLA_DECLARE_NON_COPY_STRUCT(StructName)
#endif

// Define CARLA_PREVENT_HEAP_ALLOCATION
#ifdef CARLA_PROPER_CPP11_SUPPORT
# define CARLA_PREVENT_HEAP_ALLOCATION \
private: \


Loading…
Cancel
Save