diff --git a/MMCore/MMCore.h b/MMCore/MMCore.h index 6889614e0..83d67b0b2 100644 --- a/MMCore/MMCore.h +++ b/MMCore/MMCore.h @@ -698,7 +698,7 @@ class CMMCore void loadSystemConfigurationImpl(const char* fileName) throw (CMMError); void initializeAllDevicesSerial() throw (CMMError); void initializeAllDevicesParallel() throw (CMMError); - int initializeVectorOfDevices(std::vector, std::string>> pDevices); + int initializeVectorOfDevices(std::vector, std::string> > pDevices); }; #if defined(__GNUC__) && !defined(__clang__)