mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 15:09:19 +02:00
reformat: remove redundant qualifiers
This commit is contained in:
@@ -10,9 +10,9 @@ namespace gl
|
||||
class postfx
|
||||
{
|
||||
private:
|
||||
gl::program program;
|
||||
static std::shared_ptr<gl::shader> vertex;
|
||||
static std::shared_ptr<gl::vao> vao;
|
||||
program program;
|
||||
static std::shared_ptr<shader> vertex;
|
||||
static std::shared_ptr<vao> vao;
|
||||
|
||||
public:
|
||||
postfx(const std::string &s);
|
||||
|
||||
Reference in New Issue
Block a user