diff --git a/module/Library/IO/Buffer.hpp b/module/Library/IO/Buffer.hpp index 67fa60a8..30c9d3d2 100644 --- a/module/Library/IO/Buffer.hpp +++ b/module/Library/IO/Buffer.hpp @@ -178,7 +178,7 @@ public: */ Buffer & Valid() const { - Valid(); + Validate(); // Return the buffer return *m_Buffer; }