X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/43ac308ea20014761481bc40525496a0bb1d9740..b27841d687ec9e84983340b5581376dfb24010ea:/projects/stargazer/plugins/other/smux/smux.h diff --git a/projects/stargazer/plugins/other/smux/smux.h b/projects/stargazer/plugins/other/smux/smux.h index bb62c7c0..95f96006 100644 --- a/projects/stargazer/plugins/other/smux/smux.h +++ b/projects/stargazer/plugins/other/smux/smux.h @@ -4,8 +4,11 @@ #include "tables.h" #include "types.h" +#pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Wold-style-cast" #include "stg/SMUX-PDUs.h" #include "stg/ObjectSyntax.h" +#pragma GCC diagnostic pop #include "stg/plugin.h" #include "stg/module_settings.h" @@ -25,10 +28,10 @@ namespace STG { -struct User; +class User; struct Settings; -struct Users; -struct Tariffs; +class Users; +class Tariffs; struct Services; struct Corporations; struct TraffCounter;