diff plugin/DSSIPluginFactory.cpp @ 1221:a1b97df9962e 3.0-integration

Merge from branch msvc2015_64
author Chris Cannam
date Thu, 20 Oct 2016 11:16:22 +0100
parents 6b847a59d908
children 48e9f538e6e9
line wrap: on
line diff
--- a/plugin/DSSIPluginFactory.cpp	Tue Oct 18 14:03:35 2016 +0100
+++ b/plugin/DSSIPluginFactory.cpp	Thu Oct 20 11:16:22 2016 +0100
@@ -225,7 +225,7 @@
         }
 
 #ifdef _WIN32
-        char *pfiles = getenv("ProgramFiles");
+        const char *pfiles = getenv("ProgramFiles");
         if (!pfiles) pfiles = "C:\\Program Files";
         {
         std::string::size_type f;