std::arrays where appropriate, clear q in adapter class, other touch ups

This commit is contained in:
Ameer 2020-06-21 21:15:58 -04:00
parent 5f0fa4cb82
commit 968d631aa5
5 changed files with 15 additions and 27 deletions

View file

@ -30,7 +30,7 @@ public:
void BeginConfiguration();
void EndConfiguration();
bool IsPolling() {
bool IsPolling() const {
return polling;
}
@ -50,7 +50,7 @@ public:
void BeginConfiguration();
void EndConfiguration();
bool IsPolling() {
bool IsPolling() const {
return polling;
}