Skip to content
Snippets Groups Projects
Commit 9aafa1e9 authored by Odilitime's avatar Odilitime
Browse files

fix clang warning

parent 44b8776a
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ BrowsingHistory::BrowsingHistory(std::function<void(URL const&)> onGotoPage_) :
currentPosition(history.end()),
onGotoPage(onGotoPage_) {}
unsigned int BrowsingHistory::length() const {
size_t BrowsingHistory::length() const {
return history.size();
}
......
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