mirror of
https://github.com/edubart/otclient.git
synced 2026-01-17 11:01:30 +01:00
performance improvements
This commit is contained in:
@@ -68,7 +68,7 @@ public:
|
||||
int getUseCount();
|
||||
|
||||
/// Returns the derived class name, its the same name used in Lua
|
||||
virtual std::string getClassName() const {
|
||||
std::string getClassName() const {
|
||||
// TODO: this could be cached for more performance
|
||||
return stdext::demangle_name(typeid(*this).name());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user