We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01f5944 commit 51d784aCopy full SHA for 51d784a
libs/openFrameworks/utils/ofURLFileLoader.cpp
@@ -24,7 +24,7 @@ ofEvent<ofHttpResponse> & ofURLResponseEvent() {
24
class ofURLFileLoaderImpl : public ofThread, public ofBaseURLFileLoader {
25
public:
26
ofURLFileLoaderImpl();
27
- ~ofURLFil eLoaderImpl();
+ ~ofURLFileLoaderImpl();
28
ofHttpResponse get(const string & url);
29
int getAsync(const string & url, const string & name = ""); // returns id
30
ofHttpResponse saveTo(const string & url, const of::filesystem::path & path);
0 commit comments