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();