Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/simulation/intern/particle_mesh_emitter.hh')
-rw-r--r--source/blender/simulation/intern/particle_mesh_emitter.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/simulation/intern/particle_mesh_emitter.hh b/source/blender/simulation/intern/particle_mesh_emitter.hh
index 8ad7b6f15f2..601697c9986 100644
--- a/source/blender/simulation/intern/particle_mesh_emitter.hh
+++ b/source/blender/simulation/intern/particle_mesh_emitter.hh
@@ -39,6 +39,8 @@ class ParticleMeshEmitter final : public ParticleEmitter {
{
}
+ ~ParticleMeshEmitter();
+
void emit(ParticleEmitterContext &context) const override;
};