X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=blobdiff_plain;f=source%2Fvalue.h;h=b7da1d7f3ff3668b0737f45440a19910076cda29;hp=e2b9fb1c569782fcbc96dc9d687d9b48eb83388d;hb=a8a205c6a1780780ed7724cf1e401d94b23c898d;hpb=9f7ed91d05f6fc92c2142655b5c815c871d11744 diff --git a/source/value.h b/source/value.h index e2b9fb1..b7da1d7 100644 --- a/source/value.h +++ b/source/value.h @@ -2,6 +2,7 @@ #define MSP_DATAFILE_VALUE_H_ #include +#include #include #include #include "type.h" @@ -34,7 +35,7 @@ private: T get_() const; }; -typedef std::vector ValueArray __attribute__((deprecated)); +typedef DEPRECATED std::vector ValueArray; template inline T Value::get_() const