diff options
Diffstat (limited to 'hyprpm/src/core/Manifest.hpp')
-rw-r--r-- | hyprpm/src/core/Manifest.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hyprpm/src/core/Manifest.hpp b/hyprpm/src/core/Manifest.hpp index 6411451e..63e1791f 100644 --- a/hyprpm/src/core/Manifest.hpp +++ b/hyprpm/src/core/Manifest.hpp @@ -3,8 +3,7 @@ #include <string> #include <vector> -enum eManifestType -{ +enum eManifestType { MANIFEST_HYPRLOAD, MANIFEST_HYPRPM }; |