diff --git a/src/dfrph/dfrph.hpp b/src/dfrph/dfrph.hpp index bce9c775..2b4b86fc 100644 --- a/src/dfrph/dfrph.hpp +++ b/src/dfrph/dfrph.hpp @@ -132,6 +132,11 @@ namespace upm { float pH(unsigned int samples = 15); private: + /** + * Don't allow copies of this class + */ + DFRPH(const DFRPH&) {} + dfrph_context _dev; }; }