Skip to content

Commit

Permalink
Merge pull request #524 from micro-manager/swig-angular-bracket
Browse files Browse the repository at this point in the history
MMCore: work around SWIG 3 limitation
  • Loading branch information
marktsuchida authored Nov 6, 2024
2 parents 26d3716 + cb992c1 commit 84d73cb
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 84d73cb

Please sign in to comment.