Clang fixes.
This commit is contained in:
@@ -81,10 +81,10 @@ class CDialogEventHandler : public IFileDialogEvents,
|
||||
return S_OK;
|
||||
};
|
||||
|
||||
CDialogEventHandler() : _cRef(1){};
|
||||
CDialogEventHandler() : _cRef(1) {}
|
||||
|
||||
private:
|
||||
~CDialogEventHandler(){};
|
||||
virtual ~CDialogEventHandler() = default;
|
||||
long _cRef;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user