Mark CarlaMutex and CarlaString as public, needed for msvc

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-05-25 20:17:00 +02:00
parent 18902c6529
commit 8ae49ddf33
No known key found for this signature in database
GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ class CarlaSignal;
// ----------------------------------------------------------------------- // -----------------------------------------------------------------------
// CarlaMutex class // CarlaMutex class
class CarlaMutex class CARLA_API CarlaMutex
{ {
public: public:
/* /*

View File

@ -26,7 +26,7 @@
// ----------------------------------------------------------------------- // -----------------------------------------------------------------------
// CarlaString class // CarlaString class
class CarlaString class CARLA_API CarlaString
{ {
public: public:
// ------------------------------------------------------------------- // -------------------------------------------------------------------