* C API version

This commit is contained in:
Chris Cannam
2008-06-09 20:46:37 +00:00
parent 1a9f2f6c98
commit 160143461d
15 changed files with 444 additions and 372 deletions

View File

@@ -76,7 +76,7 @@ protected:
class Profiler
{
public:
Profiler(const char *, bool = false) { }
Profiler(const char *) { }
~Profiler() { }
void update() const { }