Put the code inside a horus namespace
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
typedef std::vector<unsigned> Histogram;
|
||||
|
||||
|
||||
namespace horus {
|
||||
|
||||
class HistogramSet
|
||||
{
|
||||
public:
|
||||
@@ -44,5 +46,7 @@ class HistogramSet
|
||||
DISALLOW_COPY_AND_ASSIGN (HistogramSet);
|
||||
};
|
||||
|
||||
} // namespace horus
|
||||
|
||||
#endif // YAP_PACKAGES_CLPBN_HORUS_HISTOGRAM_H_
|
||||
|
||||
|
Reference in New Issue
Block a user