X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=input.h;h=7e67392da0319fc50ac2dbe254495c0a919614d2;hp=d609fdfa5cdfea9f0ea2427eeed349e5f8e4236a;hb=a0fe013448d188b324c00383cfd91695d9d3d076;hpb=26fe3ab755034ea3be8321ec0af548670f8c3bd8 diff --git a/input.h b/input.h index d609fdf..7e67392 100644 --- a/input.h +++ b/input.h @@ -58,7 +58,7 @@ public: bool parse_url(const std::string &url, std::string *protocol, std::string *user, std::string *host, std::string *port, std::string *path); // Figure out the right type of input based on the URL, and create a new Input of the right type. -// Will return NULL if unknown. +// Will return nullptr if unknown. Input *create_input(const std::string &url, Input::Encoding encoding); Input *create_input(const InputProto &serialized);