diff --git a/CMakeLists.txt b/CMakeLists.txt index 20c14a01..2ccc10b8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.14) -project(libscratchcpp VERSION 0.11.0 LANGUAGES C CXX) +project(libscratchcpp VERSION 0.11.1 LANGUAGES C CXX) set(CMAKE_INCLUDE_CURRENT_DIR ON) set(CMAKE_CXX_STANDARD 17) diff --git a/include/scratchcpp/textbubble.h b/include/scratchcpp/textbubble.h index ce5395f1..baec8945 100644 --- a/include/scratchcpp/textbubble.h +++ b/include/scratchcpp/textbubble.h @@ -11,7 +11,7 @@ namespace libscratchcpp class TextBubblePrivate; /*! \brief The TextBubble class represents a text bubble created using say or think block. */ -class TextBubble : public Drawable +class LIBSCRATCHCPP_EXPORT TextBubble : public Drawable { public: enum class Type