fix missing const for windows vst_search_path()
This commit is contained in:
parent
40c426fc5d
commit
86ad316180
@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
namespace ARDOUR {
|
namespace ARDOUR {
|
||||||
|
|
||||||
char*
|
const char*
|
||||||
vst_search_path ()
|
vst_search_path ()
|
||||||
{
|
{
|
||||||
DWORD dwType = REG_SZ;
|
DWORD dwType = REG_SZ;
|
||||||
|
Loading…
Reference in New Issue
Block a user