[DEV/API] change .h in .hpp

This commit is contained in:
2016-10-02 22:19:26 +02:00
parent bc47714cff
commit 7d38eb190d
47 changed files with 165 additions and 165 deletions

View File

@@ -4,13 +4,13 @@
* @license APACHE v2.0 (see license file)
*/
#include <audio/river/io/Group.h>
#include <audio/river/debug.h>
#include "Node.h"
#include "NodeAEC.h"
#include "NodeOrchestra.h"
#include "NodePortAudio.h"
#include "Node.h"
#include <audio/river/io/Group.hpp>
#include <audio/river/debug.hpp>
#include "Node.hpp"
#include "NodeAEC.hpp"
#include "NodeOrchestra.hpp"
#include "NodePortAudio.hpp"
#include "Node.hpp"
void audio::river::io::Group::createFrom(const ejson::Document& _obj, const std::string& _name) {
RIVER_INFO("Create Group[" << _name << "] (START) ___________________________");