There is no need to use a pure virtual destructor, and doing so crashes libcwd when configured with --enable-alloc.
This commit is contained in:
@@ -39,7 +39,7 @@ class LLSD;
|
||||
class LLOptionInterface
|
||||
{
|
||||
public:
|
||||
virtual ~LLOptionInterface() = 0;
|
||||
virtual ~LLOptionInterface();
|
||||
virtual LLSD getOption(const std::string& name) const = 0;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user