This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Mark CarlaMutex and CarlaString as public, needed for msvc
Signed-off-by: falkTX <falktx@falktx.com>
pull/1780/head
falkTX
1 year ago
parent
18902c6529
commit
8ae49ddf33
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
2 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
source/utils/CarlaMutex.hpp
+1
-1
source/utils/CarlaString.hpp
+ 1
- 1
source/utils/CarlaMutex.hpp
View File
@@ -27,7 +27,7 @@ class CarlaSignal;
// -----------------------------------------------------------------------
// -----------------------------------------------------------------------
// CarlaMutex class
// CarlaMutex class
class CarlaMutex
class C
ARLA_API C
arlaMutex
{
{
public:
public:
/*
/*
+ 1
- 1
source/utils/CarlaString.hpp
View File
@@ -26,7 +26,7 @@
// -----------------------------------------------------------------------
// -----------------------------------------------------------------------
// CarlaString class
// CarlaString class
class CarlaString
class C
ARLA_API C
arlaString
{
{
public:
public:
// -------------------------------------------------------------------
// -------------------------------------------------------------------
Write
Preview
Loading…
Cancel
Save