The new class 'StringCompletion' needs to be visible outside of gtkmm2ext

This commit is contained in:
John Emmas
2025-06-08 11:51:43 +01:00
parent ac922f1683
commit 23c7d564e2

View File

@@ -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 ();