Browse Source

Proper header guard names

master
falkTX 9 years ago
parent
commit
51f2c8c1c4
2 changed files with 6 additions and 6 deletions
  1. +3
    -3
      plugins/ProM/DistrhoPluginProM.hpp
  2. +3
    -3
      plugins/ProM/DistrhoUIProM.hpp

+ 3
- 3
plugins/ProM/DistrhoPluginProM.hpp View File

@@ -14,8 +14,8 @@
* For a full copy of the license see the LICENSE file.
*/
#ifndef DISTRHO_PLUGIN_3BANDEQ_HPP_INCLUDED
#define DISTRHO_PLUGIN_3BANDEQ_HPP_INCLUDED
#ifndef DISTRHO_PLUGIN_PROM_HPP_INCLUDED
#define DISTRHO_PLUGIN_PROM_HPP_INCLUDED
#include "DistrhoPlugin.hpp"
@@ -103,4 +103,4 @@ private:
END_NAMESPACE_DISTRHO
#endif // DISTRHO_PLUGIN_3BANDEQ_HPP_INCLUDED
#endif // DISTRHO_PLUGIN_PROM_HPP_INCLUDED

+ 3
- 3
plugins/ProM/DistrhoUIProM.hpp View File

@@ -14,8 +14,8 @@
* For a full copy of the license see the LICENSE file.
*/

#ifndef DISTRHO_UI_3BANDEQ_HPP_INCLUDED
#define DISTRHO_UI_3BANDEQ_HPP_INCLUDED
#ifndef DISTRHO_UI_PROM_HPP_INCLUDED
#define DISTRHO_UI_PROM_HPP_INCLUDED

#include "DistrhoUI.hpp"

@@ -60,4 +60,4 @@ private:

END_NAMESPACE_DISTRHO

#endif // DISTRHO_UI_3BANDEQ_HPP_INCLUDED
#endif // DISTRHO_UI_PROM_HPP_INCLUDED

Loading…
Cancel
Save