summaryrefslogtreecommitdiffstats
path: root/src/UIFile.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-27 14:19:41 +0100
committerDavid Robillard <d@drobilla.net>2020-11-27 15:20:08 +0100
commitd1b18af7eea09312825a29bc8c6e797a845bdf77 (patch)
treeec3f9d3c0821baebf585ae7d9c2ce36353540923 /src/UIFile.hpp
parent0bfe044a8d2f5baab02e8e7f599d5459664ba11c (diff)
downloadpatchage-d1b18af7eea09312825a29bc8c6e797a845bdf77.tar.gz
patchage-d1b18af7eea09312825a29bc8c6e797a845bdf77.tar.bz2
patchage-d1b18af7eea09312825a29bc8c6e797a845bdf77.zip
Clean up include guards
Diffstat (limited to 'src/UIFile.hpp')
-rw-r--r--src/UIFile.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/UIFile.hpp b/src/UIFile.hpp
index 72dd48a..e87a6d9 100644
--- a/src/UIFile.hpp
+++ b/src/UIFile.hpp
@@ -1,5 +1,5 @@
/* This file is part of Patchage.
- * Copyright 2007-2014 David Robillard <http://drobilla.net>
+ * Copyright 2007-2020 David Robillard <d@drobilla.net>
*
* Patchage is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free
@@ -14,8 +14,8 @@
* along with Patchage. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef PATCHAGE_GLADEFILE_HPP
-#define PATCHAGE_GLADEFILE_HPP
+#ifndef PATCHAGE_UIFILE_HPP
+#define PATCHAGE_UIFILE_HPP
#include "patchage_config.h"
@@ -67,4 +67,4 @@ public:
}
};
-#endif // PATCHAGE_GLADEFILE_HPP
+#endif // PATCHAGE_UIFILE_HPP