Mercurial > hg > audiodb
view accumulators.h @ 665:50761b56e8be
Make python tests actually pass on my machine.
Needs an extra NULL to stop the python runtime whining about a mismatch
between keyword args and values.
author | mas01cr |
---|---|
date | Tue, 02 Feb 2010 22:22:49 +0000 |
parents | 342822c2d49a |
children |
line wrap: on
line source
#ifndef ACCUMULATORS_H #define ACCUMULATORS_H #include <string> #include <set> #include <queue> #include <map> #include <functional> #include "accumulator.h" #include "dbaccumulator.h" #include "pertrackaccumulator.h" #include "nearestaccumulator.h" #endif