"csrc/vscode:/vscode.git/clone" did not exist on "79c06a5602441214a35b21adfed6c61382638f36"
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 {
* This is the internal implementation of CustomNonbondedForce.
*/
class CustomNonbondedForceImpl : public ForceImpl {
class OPENMM_EXPORT CustomNonbondedForceImpl : public ForceImpl {
public:
CustomNonbondedForceImpl(const CustomNonbondedForce& owner);
~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