Skip to content

Commit

Permalink
Appveyor working?
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Oct 23, 2018
1 parent 264c54e commit 350d965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/arbiter/arbiter.hpp
Expand Up @@ -5402,7 +5402,7 @@ class Arbiter
std::unique_ptr<std::string> tryGet(std::string path) const;

/** Get data in binary form or throw if inaccessible. */
ARBITER_DLL std::vector<char> getBinary(std::string path) const;
std::vector<char> getBinary(std::string path) const;

/** Get data in binary form if accessible. */
ARBITER_DLL std::unique_ptr<std::vector<char>>
Expand Down

0 comments on commit 350d965

Please sign in to comment.