Skip to content

Commit 51d784a

Browse files
committed
Fix ofURLFileLoader
1 parent 01f5944 commit 51d784a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/openFrameworks/utils/ofURLFileLoader.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ofEvent<ofHttpResponse> & ofURLResponseEvent() {
2424
class ofURLFileLoaderImpl : public ofThread, public ofBaseURLFileLoader {
2525
public:
2626
ofURLFileLoaderImpl();
27-
~ofURLFil eLoaderImpl();
27+
~ofURLFileLoaderImpl();
2828
ofHttpResponse get(const string & url);
2929
int getAsync(const string & url, const string & name = ""); // returns id
3030
ofHttpResponse saveTo(const string & url, const of::filesystem::path & path);

0 commit comments

Comments
 (0)