leon 1 month ago
parent
commit
4e2db74c35
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main.cpp

+ 1 - 1
src/main.cpp

@@ -3,6 +3,6 @@
 
 
 int main()
 int main()
 {
 {
-    std::shared_ptr<Node::StreamNode> node1 = std::make_shared<Node::BaseNode>("test", Node::NODE_TYPE::SRC_NODE);
+    std::shared_ptr<Node::BaseNode> node1 = std::make_shared<Node::StreamNode>("test");
     return 0;
     return 0;
 }
 }