clang-tidy: modernize-macro-to-enum
[geeqie.git] / src / image-load-psd.cc
index 6fb9e5f..92f1239 100644 (file)
@@ -76,7 +76,9 @@ struct PsdHeader
        guint16 color_mode;    /* color mode as defined below */
 };
 
-#define PSD_HEADER_SIZE 26
+enum {
+       PSD_HEADER_SIZE = 26
+};
 
 enum PsdColorMode
 {