Skip to content

Commit

Permalink
Merge pull request #93 from ryanml/virtual-over
Browse files Browse the repository at this point in the history
Adding virtual def for SetPublisherExclude
  • Loading branch information
ryanml authored Sep 11, 2018
2 parents 4e07f30 + c56b137 commit e8015a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/bat/ledger/ledger.h
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ class LEDGER_EXPORT Ledger {

virtual void RecoverWallet(const std::string& passPhrase) const = 0;
virtual void SaveMediaVisit(const std::string& publisher_id, const ledger::VisitData& visit_data, const uint64_t& duration) = 0;
virtual void SetPublisherExclude(const std::string& publisher_id, const ledger::PUBLISHER_EXCLUDE& exclude) = 0;
};

} // namespace ledger
Expand Down

0 comments on commit e8015a7

Please sign in to comment.