mirror of
https://github.com/LMMS/lmms.git
synced 2026-05-19 04:06:17 -04:00
Add namespace prefix to include guards
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef INSTRUMENT_FUNCTION_VIEWS_H
|
||||
#define INSTRUMENT_FUNCTION_VIEWS_H
|
||||
#ifndef LMMS_INSTRUMENT_FUNCTION_VIEWS_H
|
||||
#define LMMS_INSTRUMENT_FUNCTION_VIEWS_H
|
||||
|
||||
#include "ModelView.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user