summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ev++.h5
1 files changed, 2 insertions, 3 deletions
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: