diff options
| author | skal <pascal.massimino@gmail.com> | 2026-03-05 22:55:56 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-03-05 22:55:56 +0100 |
| commit | 34afbd6ca21d2b960573d787e6eae46fa86b200e (patch) | |
| tree | 08450aeff4c67fb300428e705910265e6cd59943 /src/effects/hybrid3_d_effect.h | |
| parent | 35c9ebb0a7ce0e726f631a2b04bb26098926cfab (diff) | |
style: run clang-format to adhere to coding style
Diffstat (limited to 'src/effects/hybrid3_d_effect.h')
| -rw-r--r-- | src/effects/hybrid3_d_effect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/effects/hybrid3_d_effect.h b/src/effects/hybrid3_d_effect.h index e0aa6da..13fd7df 100644 --- a/src/effects/hybrid3_d_effect.h +++ b/src/effects/hybrid3_d_effect.h @@ -13,7 +13,7 @@ class Hybrid3D : public Effect { public: Hybrid3D(const GpuContext& ctx, const std::vector<std::string>& inputs, const std::vector<std::string>& outputs, float start_time, - float end_time); + float end_time); ~Hybrid3D() override; void declare_nodes(NodeRegistry& registry) override; |
