mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
ardour now requires export visibility macros for all added classes
This commit is contained in:
parent
19395ac258
commit
c626e83a64
1 changed files with 3 additions and 1 deletions
|
|
@ -23,9 +23,11 @@
|
|||
#include <vector>
|
||||
#include <gtkmm.h>
|
||||
|
||||
#include "gtkmm2ext/visibility.h"
|
||||
|
||||
namespace Gtkmm2ext {
|
||||
|
||||
class PathsDialog : public Gtk::Dialog
|
||||
class LIBGTKMM2EXT_API PathsDialog : public Gtk::Dialog
|
||||
{
|
||||
public:
|
||||
PathsDialog (std::string, std::string current_paths = "", std::string default_paths = "");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue