mirror of
https://github.com/LMMS/lmms.git
synced 2026-05-18 19:55:00 -04:00
Add namespace prefix to include guards
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef SAMPLE_TRACK_VIEW_H
|
||||
#define SAMPLE_TRACK_VIEW_H
|
||||
#ifndef LMMS_GUI_SAMPLE_TRACK_VIEW_H
|
||||
#define LMMS_GUI_SAMPLE_TRACK_VIEW_H
|
||||
|
||||
|
||||
#include "TrackView.h"
|
||||
@@ -109,4 +109,4 @@ private:
|
||||
|
||||
} // namespace lmms
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user