mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-11 12:45:05 +01:00
DSP: Fixed typo in port name.
This commit is contained in:
parent
bb730855e5
commit
45fd3fe5c4
@ -20,7 +20,7 @@ public:
|
||||
* @return Port name of service
|
||||
*/
|
||||
std::string GetPortName() const override {
|
||||
return "dsp:DSP";
|
||||
return "dsp::DSP";
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user