Skip to content

Commit

Permalink
Make parseLineInfoForCU accessible (though it's not used for PE files…
Browse files Browse the repository at this point in the history
… at present)
  • Loading branch information
wrwilliams committed Oct 20, 2016
1 parent cfb7822 commit 555a8da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions symtabAPI/src/Object.h
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ class AObject {
SYMTAB_EXPORT virtual ~AObject();
// explicitly protected
SYMTAB_EXPORT AObject(MappedFile *, void (*err_func)(const char *), Symtab*);
friend class Module;
virtual void parseLineInfoForCU(Module::DebugInfoT , LineInformation* ) { }

MappedFile *mf;
Expand Down

0 comments on commit 555a8da

Please sign in to comment.