diff options
Diffstat (limited to 'src/shader_recompiler/file_environment.h')
| -rw-r--r-- | src/shader_recompiler/file_environment.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shader_recompiler/file_environment.h b/src/shader_recompiler/file_environment.h index 17640a622..71601f8fd 100644 --- a/src/shader_recompiler/file_environment.h +++ b/src/shader_recompiler/file_environment.h | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | 7 | ||
| 8 | namespace Shader { | 8 | namespace Shader { |
| 9 | 9 | ||
| 10 | class FileEnvironment final : public Environment { | 10 | class FileEnvironment : public Environment { |
| 11 | public: | 11 | public: |
| 12 | explicit FileEnvironment(const char* path); | 12 | explicit FileEnvironment(const char* path); |
| 13 | ~FileEnvironment() override; | 13 | ~FileEnvironment() override; |