Commit c25b90c0 authored by Peter Eastman's avatar Peter Eastman
Browse files

Fixed incorrect Windows export

parent aa6abbbe
...@@ -47,7 +47,7 @@ class System; ...@@ -47,7 +47,7 @@ class System;
* This is the internal implementation of DrudeForce. * This is the internal implementation of DrudeForce.
*/ */
class OPENMM_EXPORT DrudeForceImpl : public ForceImpl { class OPENMM_EXPORT_DRUDE DrudeForceImpl : public ForceImpl {
public: public:
DrudeForceImpl(const DrudeForce& owner); DrudeForceImpl(const DrudeForce& owner);
~DrudeForceImpl(); ~DrudeForceImpl();
......
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