summaryrefslogtreecommitdiffstats
path: root/src/input_common/gcadapter/gc_poller.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input_common/gcadapter/gc_poller.h')
-rw-r--r--src/input_common/gcadapter/gc_poller.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input_common/gcadapter/gc_poller.h b/src/input_common/gcadapter/gc_poller.h
index 29b8c0b7c..31ff1c123 100644
--- a/src/input_common/gcadapter/gc_poller.h
+++ b/src/input_common/gcadapter/gc_poller.h
@@ -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;
}