summaryrefslogtreecommitdiff
path: root/src/game/Brush.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Brush.h')
-rw-r--r--src/game/Brush.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Brush.h b/src/game/Brush.h
index cc5e819..9daf721 100644
--- a/src/game/Brush.h
+++ b/src/game/Brush.h
@@ -12,6 +12,7 @@
class Brush
{
+protected:
bool * bitmap;
ui::Point size;
public: