Move & symbol to the left when its part of the type
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user