diff options
Diffstat (limited to 'src/shader_recompiler/frontend/ir/value.h')
| -rw-r--r-- | src/shader_recompiler/frontend/ir/value.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shader_recompiler/frontend/ir/value.h b/src/shader_recompiler/frontend/ir/value.h index 6c9ef6bdd..947579852 100644 --- a/src/shader_recompiler/frontend/ir/value.h +++ b/src/shader_recompiler/frontend/ir/value.h | |||
| @@ -116,10 +116,10 @@ public: | |||
| 116 | class Inst : public boost::intrusive::list_base_hook<> { | 116 | class Inst : public boost::intrusive::list_base_hook<> { |
| 117 | public: | 117 | public: |
| 118 | explicit Inst(IR::Opcode op_, u32 flags_) noexcept; | 118 | explicit Inst(IR::Opcode op_, u32 flags_) noexcept; |
| 119 | explicit Inst(const Inst& base); | ||
| 119 | ~Inst(); | 120 | ~Inst(); |
| 120 | 121 | ||
| 121 | Inst& operator=(const Inst&) = delete; | 122 | Inst& operator=(const Inst&) = delete; |
| 122 | Inst(const Inst&) = delete; | ||
| 123 | 123 | ||
| 124 | Inst& operator=(Inst&&) = delete; | 124 | Inst& operator=(Inst&&) = delete; |
| 125 | Inst(Inst&&) = delete; | 125 | Inst(Inst&&) = delete; |