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:
@@ -23,9 +23,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
#ifndef EXPORT_PROJECT_DIALOG_H
|
||||
#define EXPORT_PROJECT_DIALOG_H
|
||||
#ifndef LMMS_GUI_EXPORT_PROJECT_DIALOG_H
|
||||
#define LMMS_GUI_EXPORT_PROJECT_DIALOG_H
|
||||
|
||||
#include <QDialog>
|
||||
#include <memory>
|
||||
|
||||
Reference in New Issue
Block a user