]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Video.hh
refactoring the scene class
[chaz/yoink] / src / Moof / Video.hh
index 4be691dcf62ec0af20c06abf9bab6cdd58ff4ee0..0dca8bbfeb5b36a79ead18a0760a89964c55a19c 100644 (file)
@@ -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));
        }
This page took 0.018548 seconds and 4 git commands to generate.