From 4bfec77d784c943fedbfb74f4ce20fc29b3d3d19 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 27 Dec 2017 20:54:49 +0300 Subject: Remove default parameter from textparticle. --- src/particle/textparticle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/particle') diff --git a/src/particle/textparticle.h b/src/particle/textparticle.h index e67120688..e3b93cce7 100644 --- a/src/particle/textparticle.h +++ b/src/particle/textparticle.h @@ -34,7 +34,7 @@ class TextParticle final : public Particle TextParticle(const std::string &text, const Color *restrict const color, Font *restrict const font, - const bool outline = false) A_NONNULL(3, 4); + const bool outline) A_NONNULL(3, 4); A_DELETE_COPY(TextParticle) -- cgit v1.2.3-60-g2f50