Skip to content

Commit 8d1ba2b

Browse files
committed
TextBubble: Add missing export
1 parent bc5e5a8 commit 8d1ba2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/scratchcpp/textbubble.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace libscratchcpp
1111
class TextBubblePrivate;
1212

1313
/*! \brief The TextBubble class represents a text bubble created using say or think block. */
14-
class TextBubble : public Drawable
14+
class LIBSCRATCHCPP_EXPORT TextBubble : public Drawable
1515
{
1616
public:
1717
enum class Type

0 commit comments

Comments
 (0)