fix travis

This commit is contained in:
tqchen
2015-07-25 21:23:40 -07:00
parent f6c82d52ec
commit 0dbac3d11e
3 changed files with 5 additions and 5 deletions

View File

@@ -219,7 +219,7 @@ class ThreadBuffer {
factory_.Destroy();
}
}
inline void SetParam(const char *name, const char *val) {
inline void SetParam(const char *name, const char *val) {
}
inline bool Init(void) {
if (!factory_.Init()) return false;
@@ -242,7 +242,7 @@ class ThreadBuffer {
inline const ElemFactory &get_factory() const {
return factory_;
}
private:
// initialized
bool init_end_;