From fe82cb32b93e906b9bf53010538651b9c84df9db Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Fri, 17 Apr 2020 16:49:15 +0200 Subject: media: add small C++ helper describing a picture struct By using a std::string instead of a C-string, memory management becomes so much simpler! This class will be used for keeping track of deleted/added pictures in the undo system. Signed-off-by: Berthold Stoeger --- core/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/CMakeLists.txt') diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index 7699877bc..4a498cde8 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -127,6 +127,8 @@ set(SUBSURFACE_CORE_LIB_SRCS parse.h picture.c picture.h + pictureobj.cpp + pictureobj.h planner.c planner.h plannernotes.c -- cgit v1.2.3-70-g09d2