mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
Fix weak vtables
This commit is contained in:
@@ -26,6 +26,8 @@ namespace BlackMisc
|
||||
*/
|
||||
class BLACKMISC_EXPORT CJsonException : public std::runtime_error
|
||||
{
|
||||
virtual void anchor();
|
||||
|
||||
public:
|
||||
//! Constructor.
|
||||
explicit CJsonException(const QString &message) : std::runtime_error(message.toStdString()) {}
|
||||
|
||||
Reference in New Issue
Block a user