Sanity checks, bugfixes, crashfixes, and misc tweaks snagged from snowglobe.
This commit is contained in:
@@ -38,7 +38,7 @@ class LLEditMenuHandler
|
||||
{
|
||||
public:
|
||||
// this is needed even though this is just an interface class.
|
||||
virtual ~LLEditMenuHandler() {};
|
||||
virtual ~LLEditMenuHandler();
|
||||
|
||||
virtual void undo() {};
|
||||
virtual BOOL canUndo() const { return FALSE; }
|
||||
|
||||
Reference in New Issue
Block a user