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

@@ -5,6 +5,8 @@
#include <ostream>
#include "Horus.h"
using namespace std;
typedef vector<unsigned> Histogram;
@@ -40,6 +42,8 @@ class HistogramSet
unsigned size_;
Histogram hist_;
DISALLOW_COPY_AND_ASSIGN (HistogramSet);
};
#endif // HORUS_HISTOGRAM_H