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

Fixed compilation error on Windows

parent 31b85dfa
...@@ -46,7 +46,7 @@ namespace OpenMM { ...@@ -46,7 +46,7 @@ namespace OpenMM {
* This is the internal implementation of CustomNonbondedForce. * This is the internal implementation of CustomNonbondedForce.
*/ */
class CustomNonbondedForceImpl : public ForceImpl { class OPENMM_EXPORT CustomNonbondedForceImpl : public ForceImpl {
public: public:
CustomNonbondedForceImpl(const CustomNonbondedForce& owner); CustomNonbondedForceImpl(const CustomNonbondedForce& owner);
~CustomNonbondedForceImpl(); ~CustomNonbondedForceImpl();
......
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