1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-04-17 09:44:08 -05:00

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 * @return Port name of service
*/ */
std::string GetPortName() const override { std::string GetPortName() const override {
return "dsp:DSP"; return "dsp::DSP";
} }
}; };