diff options
Diffstat (limited to 'ELF/Relocations.h')
-rw-r--r-- | ELF/Relocations.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ELF/Relocations.h b/ELF/Relocations.h index f8f0f11e14a9..f3512e0a89fc 100644 --- a/ELF/Relocations.h +++ b/ELF/Relocations.h @@ -119,7 +119,7 @@ template <class ELFT> void scanRelocations(InputSectionBase &); class ThunkSection; class Thunk; -template <class ELFT> class ThunkCreator { +class ThunkCreator { public: // Return true if Thunks have been added to OutputSections bool createThunks(ArrayRef<OutputSection *> OutputSections); |