Mercurial > hg > svcore
diff plugin/LADSPAPluginFactory.cpp @ 1222:771a17925576 piper
Merge from branch 3.0-integration
author | Chris Cannam |
---|---|
date | Thu, 20 Oct 2016 11:19:34 +0100 |
parents | 6b847a59d908 |
children | 75aefcc9f07d |
line wrap: on
line diff
--- a/plugin/LADSPAPluginFactory.cpp Mon Oct 17 16:39:36 2016 +0100 +++ b/plugin/LADSPAPluginFactory.cpp Thu Oct 20 11:19:34 2016 +0100 @@ -579,7 +579,7 @@ } #ifdef _WIN32 - char *pfiles = getenv("ProgramFiles"); + const char *pfiles = getenv("ProgramFiles"); if (!pfiles) pfiles = "C:\\Program Files"; { std::string::size_type f;