diff options
Diffstat (limited to 'src/components/droppable.h')
| -rw-r--r-- | src/components/droppable.h | 2 |
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/components/droppable.h b/src/components/droppable.h index 1f5608b..83fcb9d 100644 --- a/src/components/droppable.h +++ b/src/components/droppable.h | |||
| @@ -7,7 +7,7 @@ class DroppableComponent : public Component { | |||
| 7 | public: | 7 | public: |
| 8 | void setDroppable(bool can); | 8 | void setDroppable(bool can); |
| 9 | bool isDroppable() const; | 9 | bool isDroppable() const; |
| 10 | 10 | ||
| 11 | private: | 11 | private: |
| 12 | bool droppable = false; | 12 | bool droppable = false; |
| 13 | }; | 13 | }; |
