mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 11:06:32 +01:00
add visibility/export control to libcanvas
This commit is contained in:
parent
b0e4f81eb3
commit
218a4664be
27 changed files with 142 additions and 55 deletions
|
|
@ -19,11 +19,13 @@
|
|||
#ifndef __CANVAS_CURVE_H__
|
||||
#define __CANVAS_CURVE_H__
|
||||
|
||||
#include "canvas/visibility.h"
|
||||
|
||||
#include "canvas/poly_item.h"
|
||||
|
||||
namespace ArdourCanvas {
|
||||
|
||||
class Curve : public PolyItem
|
||||
class LIBCANVAS_API Curve : public PolyItem
|
||||
{
|
||||
public:
|
||||
Curve (Group *);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue