X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMoof%2FVideo.hh;h=0dca8bbfeb5b36a79ead18a0760a89964c55a19c;hp=4be691dcf62ec0af20c06abf9bab6cdd58ff4ee0;hb=25aefe01ef7dbdb603c51411e04b0d6a6107684f;hpb=df541170776dc4ac4f241ca480812bd70bcb6eca diff --git a/src/Moof/Video.hh b/src/Moof/Video.hh index 4be691d..0dca8bb 100644 --- a/src/Moof/Video.hh +++ b/src/Moof/Video.hh @@ -88,8 +88,7 @@ private: public: - inline static VideoP alloc(const std::string& caption, - const std::string& icon) + static VideoP alloc(const std::string& caption, const std::string& icon) { return VideoP(new Video(caption, icon)); }