mirror of
https://github.com/edubart/otclient.git
synced 2025-12-14 04:49:45 +01:00
Fix a rare drag/drop issue
This commit is contained in:
@@ -42,10 +42,7 @@ protected:
|
||||
};
|
||||
|
||||
/// Throws a generic exception
|
||||
template<typename... T>
|
||||
void throw_exception(const std::string& what) {
|
||||
throw exception(what);
|
||||
}
|
||||
inline void throw_exception(const std::string& what) { throw exception(what); }
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user