mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Having a function in a base class that's widely overloaded called 'getType'
is a bad idea. Change it to 'getSType'.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
std::string SerializedType::getFullText() const
|
||||
{
|
||||
std::string ret;
|
||||
if(getType()!=STI_NOTPRESENT)
|
||||
if(getSType()!=STI_NOTPRESENT)
|
||||
{
|
||||
if(name!=NULL)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user