mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-24 04:15:11 +00:00
gfx/source-texture: Apply formatting as required by clang-format 14
This commit is contained in:
parent
9e6171ab06
commit
ba15203c67
1 changed files with 2 additions and 2 deletions
|
@ -34,11 +34,11 @@ namespace streamfx::gfx {
|
|||
source_texture(streamfx::obs::weak_source child, streamfx::obs::weak_source parent);
|
||||
|
||||
public /*copy*/:
|
||||
source_texture(source_texture const& other) = delete;
|
||||
source_texture(source_texture const& other) = delete;
|
||||
source_texture& operator=(source_texture const& other) = delete;
|
||||
|
||||
public /*move*/:
|
||||
source_texture(source_texture&& other) = delete;
|
||||
source_texture(source_texture&& other) = delete;
|
||||
source_texture& operator=(source_texture&& other) = delete;
|
||||
|
||||
public:
|
||||
|
|
Loading…
Reference in a new issue