clang-tidy: modernize-macro-to-enum
[geeqie.git] / src / cache-maint.cc
index f7cf7c4..d7dff19 100644 (file)
@@ -51,7 +51,9 @@ struct CMData
        gboolean remote;
 };
 
-#define PURGE_DIALOG_WIDTH 400
+enum {
+       PURGE_DIALOG_WIDTH = 400
+};
 
 /*
  *-----------------------------------------------------------------------------