mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Fix build
This commit is contained in:
@ -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
|
||||
{
|
||||
|
||||
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user