1
0
Fork 0

put the widget directly in the ENTTEC namespace

This commit is contained in:
Kevin Matz 2023-04-03 09:58:26 -04:00
parent d54b714981
commit 0c36bd34b7
2 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@
*/
#include "widget.h"
namespace ENTTEC::Widget {
namespace ENTTEC {
Widget::Widget()
: usb_mode_(USBunknown)
@ -353,4 +353,4 @@ void Widget::rxMsgSendRDMDiscovery(std::shared_ptr<Pro::MsgSendRDMDiscovery> msg
}
} // namespace ENTTEC::Widget
} // namespace ENTTEC

View File

@ -28,7 +28,7 @@
#include <universe.h>
#include <cstring>
namespace ENTTEC::Widget {
namespace ENTTEC {
/**
* @brief The Widget class
@ -74,6 +74,6 @@ private:
} usb_mode_;
};
} // namespace ENTTEC::Widget
} // namespace ENTTEC