From: Maxim Mamontov Date: Mon, 11 Apr 2011 20:08:26 +0000 (+0300) Subject: Fix TARIFF_DATA forward declaration type (class -> struct) X-Git-Tag: 2.407-rc3~5^2 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/184388a94edb6435175bf59c54b8579c93a19d07 Fix TARIFF_DATA forward declaration type (class -> struct) --- diff --git a/include/stg/tariffs.h b/include/stg/tariffs.h index 1f91948f..8c098c8b 100644 --- a/include/stg/tariffs.h +++ b/include/stg/tariffs.h @@ -26,7 +26,7 @@ class ADMIN; class TARIFF; -class TARIFF_DATA; +struct TARIFF_DATA; class TARIFFS { public: