Fix header

This commit is contained in:
Atlante45 2014-10-20 17:23:58 -07:00
parent ee4c7c25bf
commit 9a7ca8b132
2 changed files with 15 additions and 5 deletions

View file

@ -1,6 +1,11 @@
//
// AudioEffectOptions.cpp
// hifi
// libraries/audio/src
//
// Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
#include "AudioEffectOptions.h"

View file

@ -1,10 +1,15 @@
//
// AudioEffectOptions.h
// hifi
// libraries/audio/src
//
// Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
#ifndef __hifi__AudioEffectOptions__
#define __hifi__AudioEffectOptions__
#ifndef hifi_AudioEffectOptions_h
#define hifi_AudioEffectOptions_h
#include <QObject>
#include <QtScript/QScriptContext>
@ -98,4 +103,4 @@ private:
float _wetLevel;
};
#endif /* defined(__hifi__AudioEffectOptions__) */
#endif // hifi_AudioEffectOptions_h