summaryrefslogtreecommitdiff
path: root/src/effectmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/effectmanager.h')
-rw-r--r--src/effectmanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/effectmanager.h b/src/effectmanager.h
index dd90ddbec..9146a002d 100644
--- a/src/effectmanager.h
+++ b/src/effectmanager.h
@@ -60,7 +60,7 @@ class EffectManager final
bool trigger(const int id, const int x, const int y,
const int rotation = 0);
- private:
+ private:
std::vector<EffectDescription> mEffects;
};