mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
The new class 'StringCompletion' needs to be visible outside of gtkmm2ext
This commit is contained in:
parent
ac922f1683
commit
23c7d564e2
1 changed files with 2 additions and 1 deletions
|
|
@ -21,10 +21,11 @@
|
|||
#include <vector>
|
||||
#include <ytkmm/entry.h>
|
||||
#include <ytkmm/liststore.h>
|
||||
#include "gtkmm2ext/visibility.h"
|
||||
|
||||
namespace Gtkmm2ext {
|
||||
|
||||
class StringCompletion : public Gtk::EntryCompletion
|
||||
class LIBGTKMM2EXT_API StringCompletion : public Gtk::EntryCompletion
|
||||
{
|
||||
public:
|
||||
StringCompletion ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue