Tomonori Kuroki / MuWatchdog

Fork of Watchdog by David Smart

Revision:
16:de80257a1ed0
Parent:
15:e0e4c2268558
Child:
18:edfbf294c9e2
diff -r e0e4c2268558 -r de80257a1ed0 Watchdog.h
--- a/Watchdog.h	Fri Feb 23 13:41:54 2018 +0000
+++ b/Watchdog.h	Sun Feb 25 13:36:35 2018 +0000
@@ -55,7 +55,7 @@
 /// }
 /// @endcode
 ///
-class Watchdog {
+class Watchdog : private NonCopyable<Watchdog> {
 public:
     /// Create a Watchdog object
     ///