--- nono/wx/wxmonitor.h 2026/04/29 17:04:28 1.1.1.1 +++ nono/wx/wxmonitor.h 2026/04/29 17:04:37 1.1.1.2 @@ -1,19 +1,20 @@ // // nono -// Copyright (C) 2018 isaki@NetBSD.org +// Copyright (C) 2020 nono project +// Licensed under nono-license.txt // #pragma once -#include "object.h" #include "wxsubwindow.h" +#include "object.h" // // モニターウィンドウ // class WXMonitorWindow : public WXSubWindow { - typedef WXSubWindow inherited; + using inherited = WXSubWindow; public: WXMonitorWindow(wxWindow *parent, wxWindowID id, const wxString& name, Object *obj);