DSP: Fixed typo in port name.

This commit is contained in:
bunnei 2014-11-26 00:39:36 -05:00
parent bb730855e5
commit 45fd3fe5c4

View file

@ -20,7 +20,7 @@ public:
* @return Port name of service
*/
std::string GetPortName() const override {
return "dsp:DSP";
return "dsp::DSP";
}
};