diff --git a/src/dfrph/dfrph.hpp b/src/dfrph/dfrph.hpp index 2b4b86fc..58962aef 100644 --- a/src/dfrph/dfrph.hpp +++ b/src/dfrph/dfrph.hpp @@ -136,6 +136,7 @@ namespace upm { * Don't allow copies of this class */ DFRPH(const DFRPH&) {} + DFRPH &operator=(const DFRPH &) {return *this;} dfrph_context _dev; };