mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
fix errors in manual conflict resolution
This commit is contained in:
parent
8c9749e42f
commit
7f18913e6d
4 changed files with 1 additions and 7 deletions
|
|
@ -85,9 +85,6 @@ public:
|
|||
void existence_check ();
|
||||
virtual void prevent_deletion ();
|
||||
|
||||
void existence_check ();
|
||||
virtual void prevent_deletion ();
|
||||
|
||||
protected:
|
||||
FileSource (Session& session, DataType type,
|
||||
const std::string& path,
|
||||
|
|
|
|||
|
|
@ -81,8 +81,6 @@ public:
|
|||
|
||||
void prevent_deletion ();
|
||||
|
||||
void prevent_deletion ();
|
||||
|
||||
protected:
|
||||
void set_path (const std::string& newpath);
|
||||
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@ using PBD::closedir;
|
|||
#include <string.h>
|
||||
|
||||
#include <glib.h>
|
||||
#include <glib/gstdio.h>
|
||||
#include <glibmm/miscutils.h>
|
||||
|
||||
#include "pbd/error.h"
|
||||
|
|
|
|||
|
|
@ -29,8 +29,6 @@
|
|||
namespace PBD {
|
||||
LIBPBD_API int clear_directory (const std::string&, size_t* = 0, std::vector<std::string>* = 0);
|
||||
LIBPBD_API void remove_directory (const std::string& dir);
|
||||
int clear_directory (const std::string&, size_t* = 0, std::vector<std::string>* = 0);
|
||||
void remove_directory (const std::string& dir);
|
||||
}
|
||||
|
||||
#endif /* __pbd_clear_dir_h__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue