Skip to content
Snippets Groups Projects
Commit d169d37c authored by Alessandro Di Federico's avatar Alessandro Di Federico
Browse files

s/static inline/inline/ in .h file

parent aa382551
No related branches found
No related tags found
No related merge requests found
......@@ -132,7 +132,7 @@ struct Endianess<T, llvm::object::ELF64BE> {
/// \brief Read a pointer-sized integer according to the given ELF type EE
template<typename EE>
static inline uint64_t readPointer(const uint8_t *Buf);
inline uint64_t readPointer(const uint8_t *Buf);
template<>
inline uint64_t readPointer<llvm::object::ELF32LE>(const uint8_t *Buf) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment