Make some of the class names in BaseBuffer more accurate.
This commit is contained in:
@@ -243,7 +243,7 @@ public:
|
||||
virtual char const *what() const { return "Stream Corruption"; }
|
||||
};
|
||||
|
||||
using LuaValueHolderValue = LuaValueHolder<eng::string>;
|
||||
using LuaValue = BaseLuaValue<eng::string>;
|
||||
|
||||
class StreamBufferCore {
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user