Skip to content

Commit

Permalink
Merge pull request #1764 from jasonrsadler/get-media-vector
Browse files Browse the repository at this point in the history
Removed ill-formed const element from container
  • Loading branch information
Jason Sadler authored Feb 22, 2019
2 parents f659788 + 156af65 commit 83748a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/bat-native-ledger/src/bat_get_media.cc
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ void BatGetMedia::processYoutubeMediaPanel(uint64_t windowId,
}

bool BatGetMedia::isPredefinedYTPath(const std::string& path) const {
std::vector<const std::string> yt_paths({
std::vector<std::string> yt_paths({
"/feed",
"/channel",
"/user",
Expand Down

0 comments on commit 83748a5

Please sign in to comment.