Fix build
This commit is contained in:
parent
5bd920f121
commit
0617024eb6
2
dpf
2
dpf
|
@ -1 +1 @@
|
||||||
Subproject commit 03ddba518eebedc08710123e3e3a83b18662da15
|
Subproject commit 815d01277152c0067b6d309a92aa367651e6cd18
|
|
@ -59,7 +59,7 @@ protected:
|
||||||
|
|
||||||
const char* d_getMaker() const noexcept override
|
const char* d_getMaker() const noexcept override
|
||||||
{
|
{
|
||||||
return "DISTRHO";
|
return "Sean Bolton, falkTX";
|
||||||
}
|
}
|
||||||
|
|
||||||
const char* d_getLicense() const noexcept override
|
const char* d_getLicense() const noexcept override
|
||||||
|
@ -72,7 +72,7 @@ protected:
|
||||||
return 0x1000;
|
return 0x1000;
|
||||||
}
|
}
|
||||||
|
|
||||||
long d_getUniqueId() const noexcept override
|
int64_t d_getUniqueId() const noexcept override
|
||||||
{
|
{
|
||||||
return d_cconst('D', 'N', 'e', 'k');
|
return d_cconst('D', 'N', 'e', 'k');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue