From 9dff454cc7735c8854221bf63481c3f734b86db7 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Sat, 27 Apr 2024 03:27:02 +0100 Subject: [PATCH] format --- src/plugins/PluginAPI.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/PluginAPI.hpp b/src/plugins/PluginAPI.hpp index 2932ead9..df04efbe 100644 --- a/src/plugins/PluginAPI.hpp +++ b/src/plugins/PluginAPI.hpp @@ -64,7 +64,7 @@ struct SConfigValue; class CWindow; typedef std::shared_ptr PHLWINDOW; -typedef std::weak_ptr PHLWINDOWREF; +typedef std::weak_ptr PHLWINDOWREF; /* These methods are for the plugin to implement