Commit 15a8478e authored by Peter Eastman's avatar Peter Eastman
Browse files

Fixed compilation error on Windows

parent 75acdad0
...@@ -48,7 +48,7 @@ namespace OpenMM { ...@@ -48,7 +48,7 @@ namespace OpenMM {
* This is the internal implementation of CustomNonbondedForce. * This is the internal implementation of CustomNonbondedForce.
*/ */
class CustomHbondForceImpl : public ForceImpl { class OPENMM_EXPORT CustomHbondForceImpl : public ForceImpl {
public: public:
CustomHbondForceImpl(CustomHbondForce& owner); CustomHbondForceImpl(CustomHbondForce& owner);
~CustomHbondForceImpl(); ~CustomHbondForceImpl();
......
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