This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
Cardinal
mirror of
https://github.com/DISTRHO/Cardinal.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
18
Wiki
Activity
Browse Source
Fix windows build
Signed-off-by: falkTX <falktx@falktx.com>
tags/22.02
falkTX
3 years ago
parent
efb17836a9
commit
e662a279ca
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/CardinalCommon.cpp
+ 2
- 2
src/CardinalCommon.cpp
View File
@@ -51,6 +51,8 @@
namespace patchUtils
{
using namespace rack;
#ifndef HEADLESS
static void promptClear(const char* const message, const std::function<void()> action)
{
@@ -82,8 +84,6 @@ static std::string homeDir()
}
#endif
using namespace rack;
void loadDialog()
{
#ifndef HEADLESS
Write
Preview
Loading…
Cancel
Save