mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +00:00
Minor style/naming fixes (#593)
This commit is contained in:

committed by
GitHub

parent
b281866ea6
commit
377eebb610
@@ -20,7 +20,7 @@ public:
|
||||
LegoStorage() : m_mode(0) {}
|
||||
|
||||
// FUNCTION: LEGO1 0x10045ad0
|
||||
virtual ~LegoStorage(){};
|
||||
virtual ~LegoStorage() {}
|
||||
|
||||
virtual LegoResult Read(void* p_buffer, LegoU32 p_size) = 0;
|
||||
virtual LegoResult Write(const void* p_buffer, LegoU32 p_size) = 0;
|
||||
|
Reference in New Issue
Block a user