1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-03 22:19:07 +02:00

comment BackedPanel.h, HtmlWindow.h, ASlider.h in .h files

This commit is contained in:
Paul Licameli 2019-03-30 15:17:49 -04:00
parent 2d8abe6b74
commit 0f3723e221
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@
#include <wx/frame.h> // to inherit #include <wx/frame.h> // to inherit
#include <wx/scrolwin.h> // to inherit #include <wx/scrolwin.h> // to inherit
#include "widgets/ASlider.h" #include "widgets/ASlider.h" // to inherit
#include "widgets/wxPanelWrapper.h" #include "widgets/wxPanelWrapper.h"
#include "commands/CommandManagerWindowClasses.h" #include "commands/CommandManagerWindowClasses.h"

View File

@ -16,7 +16,7 @@
#ifndef __AUDACITY_LINKINGHTMLWINDOW__ #ifndef __AUDACITY_LINKINGHTMLWINDOW__
#define __AUDACITY_LINKINGHTMLWINDOW__ #define __AUDACITY_LINKINGHTMLWINDOW__
#include "HtmlWindow.h" #include "HtmlWindow.h" // to inherit
#include "wxPanelWrapper.h" #include "wxPanelWrapper.h"
void OpenInDefaultBrowser(const wxHtmlLinkInfo& link); void OpenInDefaultBrowser(const wxHtmlLinkInfo& link);

View File

@ -11,7 +11,7 @@
#include <memory> #include <memory>
#include <vector> #include <vector>
#include "BackedPanel.h" #include "BackedPanel.h" // to inherit
class Overlay; class Overlay;