[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,8 +4,8 @@
* @license APACHE v2.0 (see license file)
*/
#include "Node.h"
#include <audio/river/debug.h>
#include "Node.hpp"
#include <audio/river/debug.hpp>
audio::river::io::Node::Node(const std::string& _name, const ejson::Object& _config) :
m_config(_config),