Skip to content

Commit

Permalink
Merge pull request #5635 from openframeworks/bakercp-patch-2
Browse files Browse the repository at this point in the history
Update ofURLFileLoader.h with typo fix
  • Loading branch information
bakercp committed May 23, 2017
2 parents a6bfb9a + 3b2aac0 commit ddb30b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/openFrameworks/utils/ofURLFileLoader.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class ofHttpRequest{

/// \return the unique id for this request
int getId() const;
OF_DEPRECATED_MSG("Use ofGetId().", int getID());
OF_DEPRECATED_MSG("Use getId().", int getID());

/// HTTP request type
enum Method{
Expand Down

0 comments on commit ddb30b8

Please sign in to comment.