diff options
Diffstat (limited to 'gridelement.h')
-rw-r--r-- | gridelement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gridelement.h b/gridelement.h index 22744ec..e583d87 100644 --- a/gridelement.h +++ b/gridelement.h @@ -51,7 +51,7 @@ public: bool Active(void) { return active; }; bool HasTimer(void) {return hasTimer;}; bool HasSwitchTimer(void) {return hasSwitchTimer;}; - bool isDummy(void) { return dummy; }; + bool IsDummy(void) { return dummy; }; virtual void debug() {}; }; |