X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/4ee4759a51cf944de103eb73a654ec00ccb3664d..ab73d1ffd4233fbfc97c53ba5160f6e0367196a4:/include/stg/tariffs.h?ds=sidebyside

diff --git a/include/stg/tariffs.h b/include/stg/tariffs.h
index 9a35f645..13a3f05c 100644
--- a/include/stg/tariffs.h
+++ b/include/stg/tariffs.h
@@ -32,6 +32,8 @@ struct TARIFF_DATA;
 
 class TARIFFS {
 public:
+    typedef std::list<TARIFF> Tariffs;
+
     virtual ~TARIFFS() {}
     virtual int ReadTariffs () = 0;
     virtual const TARIFF * FindByName(const std::string & name) const = 0;