Skip to content
This repository was archived by the owner on Jan 19, 2021. It is now read-only.

Commit 0438394

Browse files
committed
Namespace for fetch conflict
1 parent 6a04bec commit 0438394

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/cppgit2/remote.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ class remote : public libgit2_api {
150150

151151
// Download new data and update tips
152152
void fetch(const strarray &refspecs, const std::string &reflog_message,
153-
const fetch::options &options = fetch::options());
153+
const cppgit2::fetch::options &options = cppgit2::fetch::options());
154154

155155
// Get the remote's list of fetch refspecs
156156
// The memory is owned by the user and should be freed
@@ -230,7 +230,7 @@ class remote : public libgit2_api {
230230

231231
// Update the tips to the new state
232232
void update_tips(const callbacks &remote_callbacks, bool update_fetchhead,
233-
fetch::options::autotag download_tags,
233+
cppgit2::fetch::options::autotag download_tags,
234234
const std::string &reflog_message);
235235

236236
// Create a packfile and send it to the server

0 commit comments

Comments
 (0)