Skip to content

Commit

Permalink
Fix the missed rename
Browse files Browse the repository at this point in the history
(cherry picked from commit 44ad498)
  • Loading branch information
peternewman committed Apr 21, 2024
1 parent 62d40fe commit 50ec35f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/olad/PluginAdaptor.h
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ class PluginAdaptor: public ola::io::SelectServerInterface {
class PreferencesFactory *m_preferences_factory;
class PortBrokerInterface *m_port_broker;
const std::string *m_instance_name;
const ola::rdm::UID *m_uid;
const ola::rdm::UID *m_default_uid;

DISALLOW_COPY_AND_ASSIGN(PluginAdaptor);
};
Expand Down

0 comments on commit 50ec35f

Please sign in to comment.