[caching] change the emitter->hint value type

This commit is contained in:
Joe Thornber
2013-09-24 12:37:27 +01:00
parent 8408ab12f8
commit bd1a189298
3 changed files with 13 additions and 10 deletions

View File

@@ -88,13 +88,16 @@ namespace {
}
virtual void begin_hints() {
// noop
}
virtual void end_hints() {
// noop
}
virtual void hint(pd::block_address cblock,
std::string const &data) {
vector<unsigned char> const &data) {
}
private: