mirror of
https://github.com/LMMS/lmms.git
synced 2026-04-04 22:33:47 -04:00
Add namespace prefix to include guards
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef THREADABLE_JOB_H
|
||||
#define THREADABLE_JOB_H
|
||||
#ifndef LMMS_THREADABLE_JOB_H
|
||||
#define LMMS_THREADABLE_JOB_H
|
||||
|
||||
#include "lmms_basics.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user