diff options
Diffstat (limited to 'src/debug/HyprNotificationOverlay.cpp')
-rw-r--r-- | src/debug/HyprNotificationOverlay.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/HyprNotificationOverlay.cpp b/src/debug/HyprNotificationOverlay.cpp index 153d2395..7bcfad82 100644 --- a/src/debug/HyprNotificationOverlay.cpp +++ b/src/debug/HyprNotificationOverlay.cpp @@ -4,7 +4,7 @@ #include "../Compositor.hpp" #include "../config/ConfigValue.hpp" -inline auto iconBackendFromLayout(PangoLayout* layout) { +static inline auto iconBackendFromLayout(PangoLayout* layout) { // preference: Nerd > FontAwesome > text auto eIconBackendChecks = std::array<eIconBackend, 2>{ICONS_BACKEND_NF, ICONS_BACKEND_FA}; for (auto iconID : eIconBackendChecks) { |