Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/core/StarVector.hpp
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2023-07-03 08:51:42 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2023-07-03 08:51:42 +1000
commit398a5655f42378176a1e596af6d399a180ffb733 (patch)
tree88b5d6a9c389a55f5f10a5243188cdf5de7c553a /source/core/StarVector.hpp
parentd7ba1136883de9392bb929df5772dba7f8bf49df (diff)
Add Drawable <-> Lua conversion to LuaGameConverters
Diffstat (limited to 'source/core/StarVector.hpp')
-rw-r--r--source/core/StarVector.hpp1
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;
};