mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-19 09:01:15 +02:00
comment BackedPanel.h, HtmlWindow.h, ASlider.h in .h files
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
#ifndef __AUDACITY_LINKINGHTMLWINDOW__
|
||||
#define __AUDACITY_LINKINGHTMLWINDOW__
|
||||
|
||||
#include "HtmlWindow.h"
|
||||
#include "HtmlWindow.h" // to inherit
|
||||
#include "wxPanelWrapper.h"
|
||||
|
||||
void OpenInDefaultBrowser(const wxHtmlLinkInfo& link);
|
||||
|
@@ -11,7 +11,7 @@
|
||||
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
#include "BackedPanel.h"
|
||||
#include "BackedPanel.h" // to inherit
|
||||
|
||||
class Overlay;
|
||||
|
||||
|
Reference in New Issue
Block a user