Commit 338729a9 authored by Michael Sherman's avatar Michael Sherman
Browse files

Chris begged me to check this in, so this adds the missing OPENMM_EXPORT to...

Chris begged me to check this in, so this adds the missing OPENMM_EXPORT to the Cuda platform's registerPlatforms method.
parent ed1049c2
......@@ -38,7 +38,7 @@ using std::map;
using std::string;
using std::stringstream;
extern "C" void registerPlatforms() {
extern "C" OPENMM_EXPORT void registerPlatforms() {
if (gpuIsAvailable())
Platform::registerPlatform(new CudaPlatform());
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment