diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/compiler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler.h b/src/compiler.h index cd2b2c87ff..711ee716b6 100644 --- a/src/compiler.h +++ b/src/compiler.h @@ -199,6 +199,7 @@ class Compiler { size_t literal_offset_; friend class Compiler; + DISALLOW_COPY_AND_ASSIGN(PatchInformation); }; const std::vector<const PatchInformation*>& GetCodeToPatch() const { |