Log scales finalized

This commit is contained in:
Vesa
2014-06-20 22:46:10 +03:00
parent 737839164a
commit 14909bdf1b
9 changed files with 121 additions and 65 deletions

View File

@@ -24,8 +24,8 @@
*
*/
#ifndef _LADSPA_CONTROL_DIALOG_H
#define _LADSPA_CONTROL_DIALOG_H
#ifndef LADSPA_CONTROL_DIALOG_H
#define LADSPA_CONTROL_DIALOG_H
#include "EffectControlDialog.h"

View File

@@ -22,8 +22,8 @@
*
*/
#ifndef _LADSPA_CONTROLS_H
#define _LADSPA_CONTROLS_H
#ifndef LADSPA_CONTROLS_H
#define LADSPA_CONTROLS_H
#include "EffectControls.h"
#include "LadspaControl.h"