Skip to content
Snippets Groups Projects
Commit 99668c09 authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

update new deprecation macro usage

parent a478b530
No related branches found
No related tags found
No related merge requests found
...@@ -159,7 +159,7 @@ public: ...@@ -159,7 +159,7 @@ public:
return this->as_imp()[ii]; return this->as_imp()[ii];
} }
inline size_t DXT_DEPRECATED_MSG("Use size() instead (09.04.2018)!") dim() const DXT_DEPRECATED_MSG("Use size() instead (09.04.2018)!") inline size_t dim() const
{ {
return size(); return size();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment