diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-07-03 08:51:42 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-07-03 08:51:42 +1000 |
commit | 398a5655f42378176a1e596af6d399a180ffb733 (patch) | |
tree | 88b5d6a9c389a55f5f10a5243188cdf5de7c553a /source/core/StarVector.hpp | |
parent | d7ba1136883de9392bb929df5772dba7f8bf49df (diff) |
Add Drawable <-> Lua conversion to LuaGameConverters
Diffstat (limited to 'source/core/StarVector.hpp')
-rw-r--r-- | source/core/StarVector.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/core/StarVector.hpp b/source/core/StarVector.hpp index aaa5909..16d9d42 100644 --- a/source/core/StarVector.hpp +++ b/source/core/StarVector.hpp @@ -212,7 +212,6 @@ public: template <size_t P = N> Enable4DOrHigher<P> setW(T const& t); -private: using Base::size; using Base::empty; }; |