Fix error

This commit is contained in:
Unknown 2018-01-23 13:47:02 +10:30
parent 62f7f5ba9d
commit e47135b9f1
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ type revidInst struct {
h264Parser h264.H264Parser h264Parser h264.H264Parser
} }
func (r *revidInst) GetConfigRef(){ func (r *revidInst) GetConfigRef() *Config{
return &r.config return &r.config
} }