mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
chore: use =default for default constructors/destructors (#29511)
This commit is contained in:
@@ -14,7 +14,7 @@ PrintViewManagerElectron::PrintViewManagerElectron(
|
||||
content::WebContents* web_contents)
|
||||
: PrintViewManagerBase(web_contents) {}
|
||||
|
||||
PrintViewManagerElectron::~PrintViewManagerElectron() {}
|
||||
PrintViewManagerElectron::~PrintViewManagerElectron() = default;
|
||||
|
||||
void PrintViewManagerElectron::SetupScriptedPrintPreview(
|
||||
SetupScriptedPrintPreviewCallback callback) {
|
||||
|
||||
Reference in New Issue
Block a user