TooBAmp x11 UI merge

This commit is contained in:
Robin Davies
2023-10-30 19:06:12 -04:00
parent 31aa061af5
commit 94325f20c5
145 changed files with 7186 additions and 6233 deletions
+4 -2
View File
@@ -25,8 +25,10 @@
namespace pipedal {
using namespace std;
class inherit_priority_recursive_mutex: public recursive_mutex {
class inherit_priority_mutex: public mutex {
public:
inherit_priority_recursive_mutex();
inherit_priority_mutex();
};
}; // namespace