/* Copyright (C) 2017-2020, Dirk Krause SPDX-License-Identifier: BSD-3-Clause */ /* WARNING: This file was generated by the dkct program (see http://dktools.sourceforge.net/ for details). Changes you make here will be lost if dkct is run again! You should modify the original source and run dkct on it. Original source: DkWxDialog.cpt */ /** @file DkWxDialog.cpp The DkWxDialog module. */ #line 36 "DkWxDialog.cpt" #include "dk3conf.h" #include "DkWxDialog.h" #line 43 "DkWxDialog.cpt" DkWxDialog::DkWxDialog( wxWindow *parent, wxWindowID wid, wxChar const *title ) : wxDialog( parent, wid, title, wxDefaultPosition, wxDefaultSize, wxDEFAULT_DIALOG_STYLE ) { }