summaryrefslogtreecommitdiff
path: root/src/gui/palette.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/palette.h')
-rw-r--r--src/gui/palette.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/palette.h b/src/gui/palette.h
index e842b23a5..93cad1559 100644
--- a/src/gui/palette.h
+++ b/src/gui/palette.h
@@ -21,8 +21,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef PALETTE_H
-#define PALETTE_H
+#ifndef GUI_PALETTE_H
+#define GUI_PALETTE_H
#include "logger.h"
#include "utils/stringutils.h"
@@ -214,4 +214,4 @@ class Palette
std::vector<ColorElem*> mGradVector;
};
-#endif
+#endif // GUI_PALETTE_H