]> git.sesse.net Git - casparcg/blobdiff - shell/server.h
2.0.0.2: decklink_consumer: Fixed prerolling bug which caused audio to be out of...
[casparcg] / shell / server.h
index fb4917cfff61e96061209a6eb5f1ccec8e2abc22..579a1e7d1182196609d69a5ee4dd1da0024fe882 100644 (file)
@@ -20,7 +20,7 @@
 \r
 #pragma once\r
 \r
-#include <core/channel.h>\r
+#include <core/video_channel.h>\r
 \r
 #include <common/exception/exceptions.h>\r
 \r
@@ -35,7 +35,7 @@ class server : boost::noncopyable
 public:\r
        server();\r
 \r
-       const std::vector<safe_ptr<core::channel>> get_channels() const;\r
+       const std::vector<safe_ptr<core::video_channel>> get_channels() const;\r
 \r
 private:\r
        struct implementation;\r