base: Fix MSVC warning about misdeclared Config struct

This commit is contained in:
tt2468
2022-07-22 07:00:05 -07:00
parent 4dc5229c49
commit f95865c2c4

View File

@ -26,7 +26,7 @@ with this program. If not, see <https://www.gnu.org/licenses/>
#include "utils/Obs.h"
#include "plugin-macros.generated.h"
class Config;
struct Config;
typedef std::shared_ptr<Config> ConfigPtr;
class EventHandler;