mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
filter/shader: Apply coding guidelines
This commit is contained in:
parent
f3a1a85340
commit
ed84b7bd3e
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
#include <stdexcept>
|
||||
#include "obs/gs/gs-helper.hpp"
|
||||
|
||||
#define ST "Filter.Shader"
|
||||
#define ST_I18N "Filter.Shader"
|
||||
|
||||
using namespace streamfx::filter::shader;
|
||||
|
||||
|
@ -163,7 +163,7 @@ shader_factory::~shader_factory() {}
|
|||
|
||||
const char* shader_factory::get_name()
|
||||
{
|
||||
return D_TRANSLATE(ST);
|
||||
return D_TRANSLATE(ST_I18N);
|
||||
}
|
||||
|
||||
void shader_factory::get_defaults2(obs_data_t* data)
|
||||
|
|
Loading…
Reference in a new issue