diff options
Diffstat (limited to 'flang/runtime/descriptor.h')
-rw-r--r-- | flang/runtime/descriptor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/flang/runtime/descriptor.h b/flang/runtime/descriptor.h index 3a4f2ce3a29c..bb8a428c83ec 100644 --- a/flang/runtime/descriptor.h +++ b/flang/runtime/descriptor.h @@ -125,6 +125,7 @@ public: raw_.base_addr = nullptr; raw_.f18Addendum = false; } + Descriptor(const Descriptor &); ~Descriptor(); |