From f279f2b7372a6523b4055dea41bc75e0a3d7b253 Mon Sep 17 00:00:00 2001 From: llucax Date: Fri, 18 Jan 2008 18:12:42 +0000 Subject: Remove private implementation of watcher's copy ctor and operator=. --- ev++.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'ev++.h') diff --git a/ev++.h b/ev++.h index 53367c1..e921852 100644 --- a/ev++.h +++ b/ev++.h @@ -208,10 +208,9 @@ namespace ev { \ private: \ \ - cppstem (const cppstem &o) \ - { /* disabled */ } \ + cppstem (const cppstem &o); \ \ - void operator =(const cppstem &o) { /* disabled */ } \ + cppstem & operator =(const cppstem &o); \ \ public: -- cgit v1.2.3