mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Rename SearchPath class Searchpath
Windows headers define SearchPath which means we have to undefine it where necessary. This is a pain and can be tricksy, so I feel renaming the class slightly is the easiest solution.
This commit is contained in:
parent
e6c7ecf0e3
commit
8ddd12a60d
46 changed files with 125 additions and 189 deletions
|
|
@ -26,10 +26,6 @@
|
|||
#include "missing_file_dialog.h"
|
||||
#include "i18n.h"
|
||||
|
||||
#ifdef SearchPath
|
||||
#undef SearchPath
|
||||
#endif
|
||||
|
||||
using namespace Gtk;
|
||||
using namespace std;
|
||||
using namespace ARDOUR;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue