Skip to content

Commit

Permalink
Fixed compilation error caused by generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexodia committed Apr 7, 2023
1 parent 55930a5 commit b6348f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dbg/symbolsourcedia.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class SymbolSourceDIA : public SymbolSourceBase

virtual bool findSymbolExactOrLower(duint rva, SymbolInfo & symInfo) override;

virtual void enumSymbols(const CbEnumSymbol & cbEnum, uint64_t beginRva, uint64_t endRva) override;
virtual void enumSymbols(const CbEnumSymbol & cbEnum, duint beginRva, duint endRva) override;

virtual bool findSourceLineInfo(duint rva, LineInfo & lineInfo) override;

Expand Down

0 comments on commit b6348f5

Please sign in to comment.