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

Fixed a compilation error under Windows

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