X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=libs%2Feclasslib.h;h=2a92fcdb738fcdd2fb14cf5a5027b5d9663c6c8e;hb=205579c894dd170deaf6290fe889fc9422eec1a7;hp=d2730d62beb07e3b732ad14e8648ec4dc02101f6;hpb=3c73487420fde8d4a3b5360d8b99e48132517900;p=xonotic%2Fnetradiant.git diff --git a/libs/eclasslib.h b/libs/eclasslib.h index d2730d62..2a92fcdb 100644 --- a/libs/eclasslib.h +++ b/libs/eclasslib.h @@ -38,8 +38,8 @@ typedef Vector3 Colour3; class ListAttributeType { -typedef std::pair ListItem; -typedef std::vector ListItems; +using ListItem = std::pair; +using ListItems = std::vector; ListItems m_items; public: