From ed8d5324928c89a47840995ee6624461648afe2c Mon Sep 17 00:00:00 2001 From: Peter Newman Date: Sun, 21 Apr 2024 02:06:42 +0100 Subject: [PATCH] Fix a comment --- include/olad/PluginAdaptor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/olad/PluginAdaptor.h b/include/olad/PluginAdaptor.h index 7105dfe68..59a33bbc7 100644 --- a/include/olad/PluginAdaptor.h +++ b/include/olad/PluginAdaptor.h @@ -49,7 +49,7 @@ class PluginAdaptor: public ola::io::SelectServerInterface { * @param preferences_factory pointer to the PreferencesFactory object * @param port_broker pointer to the PortBroker object * @param instance_name the instance name of this OlaServer - * @param uid the ola::rdm::UID of this OlaServer + * @param uid the default ola::rdm::UID of this OlaServer */ PluginAdaptor(class DeviceManager *device_manager, ola::io::SelectServerInterface *select_server,