ソースを参照

math: fix class/struct inconsistency.

legacy
Sam Hocevar 5年前
コミット
83b735b3d8
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/lol/math/vector.h

+ 1
- 1
src/lol/math/vector.h ファイルの表示

@@ -89,7 +89,7 @@ struct LOL_ATTR_NODISCARD vec_t
private: private:
// Hide all default constructors and destructors; this object // Hide all default constructors and destructors; this object
// is only intended to exist as part of a union. // is only intended to exist as part of a union.
template<typename T2, int N2, int SWIZZLE2> friend class vec_t; template<typename T2, int N2, int SWIZZLE2> friend struct vec_t;


vec_t() = default; vec_t() = default;
vec_t(vec_t<T, N, SWIZZLE> const &) = default; vec_t(vec_t<T, N, SWIZZLE> const &) = default;


||||||
x
 
000:0
読み込み中…
キャンセル
保存