Skip to content

Commit

Permalink
MMCore: work around SWIG 3 limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
marktsuchida committed Nov 6, 2024
1 parent 26d3716 commit cb992c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MMCore/MMCore.h
Original file line number Diff line number Diff line change
Expand Up @@ -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::pair<std::shared_ptr<DeviceInstance>, std::string>> pDevices);
int initializeVectorOfDevices(std::vector<std::pair<std::shared_ptr<DeviceInstance>, std::string> > pDevices);
};

#if defined(__GNUC__) && !defined(__clang__)
Expand Down

0 comments on commit cb992c1

Please sign in to comment.