filter/shader: Apply coding guidelines

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2021-06-08 05:08:51 +02:00
parent f3a1a85340
commit ed84b7bd3e
1 changed files with 2 additions and 2 deletions

View File

@ -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)