Fix build

This commit is contained in:
Oleg Korshul
2025-01-02 21:50:30 +03:00
parent dd98d0c11d
commit 45aa5df267
2 changed files with 3 additions and 5 deletions

View File

@ -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
{

View File

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