Use more DISALLOW_COPY_AND_ASSIGN

This commit is contained in:
Tiago Gomes
2012-12-27 22:25:45 +00:00
parent 7b7f663ac6
commit 485c3e34b2
20 changed files with 83 additions and 27 deletions

View File

@@ -21,6 +21,8 @@ class LiftedOperations
private:
static Parfactors absorve (ObservedFormula&, Parfactor*);
DISALLOW_COPY_AND_ASSIGN (LiftedOperations);
};
#endif // HORUS_LIFTEDOPERATIONS_H