summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/file_environment.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shader_recompiler/file_environment.h')
-rw-r--r--src/shader_recompiler/file_environment.h2
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
8namespace Shader { 8namespace Shader {
9 9
10class FileEnvironment final : public Environment { 10class FileEnvironment : public Environment {
11public: 11public:
12 explicit FileEnvironment(const char* path); 12 explicit FileEnvironment(const char* path);
13 ~FileEnvironment() override; 13 ~FileEnvironment() override;