From 45aa5df267616348ce8182dcd2636d8dd281953b Mon Sep 17 00:00:00 2001 From: Oleg Korshul Date: Thu, 2 Jan 2025 21:50:30 +0300 Subject: [PATCH] Fix build --- .../Metafile/Wmf/WmfInterpretator/CInterpretatorSvgBase.h | 4 ++-- DesktopEditor/raster/Metafile/svg/CSvgFile.h | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/DesktopEditor/raster/Metafile/Wmf/WmfInterpretator/CInterpretatorSvgBase.h b/DesktopEditor/raster/Metafile/Wmf/WmfInterpretator/CInterpretatorSvgBase.h index d04a01eba0..5063f58f03 100644 --- a/DesktopEditor/raster/Metafile/Wmf/WmfInterpretator/CInterpretatorSvgBase.h +++ b/DesktopEditor/raster/Metafile/Wmf/WmfInterpretator/CInterpretatorSvgBase.h @@ -62,8 +62,8 @@ namespace MetaFile void AddClipValue(const std::wstring& wsId, const std::wstring& wsValue, int nClipMode = RGN_AND); - inline std::wstring GetClip() const; - inline std::wstring GetClipId() const; + std::wstring GetClip() const; + std::wstring GetClipId() const; private: struct TClipValue { diff --git a/DesktopEditor/raster/Metafile/svg/CSvgFile.h b/DesktopEditor/raster/Metafile/svg/CSvgFile.h index 5f1af3e39f..8266c23172 100644 --- a/DesktopEditor/raster/Metafile/svg/CSvgFile.h +++ b/DesktopEditor/raster/Metafile/svg/CSvgFile.h @@ -7,15 +7,13 @@ #include "CSvgParser.h" #include "SvgObjects/CStyle.h" -#define SVG_DECL_IMPORT Q_DECL_IMPORT - namespace SVG { struct TFontArguments; class CFont; } -class SVG_DECL_IMPORT CSvgFile +class CSvgFile { public: CSvgFile();