Move & symbol to the left when its part of the type

This commit is contained in:
Riyyi
2020-12-31 13:07:17 +01:00
parent ed9fba20a8
commit 48b7097fe3
10 changed files with 47 additions and 47 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ namespace Inferno {
void bind() const;
void unbind() const;
inline BufferLayout const &getLayout() const { return m_layout; }
inline const BufferLayout& getLayout() const { return m_layout; }
inline void setLayout(const BufferLayout& layout) { m_layout = layout; }