Skip to content

Commit a78d14d

Browse files
committed
fix build
1 parent 1d079f4 commit a78d14d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/odr/document_element.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include <odr/definitions.hpp>
88

99
namespace odr {
10-
class TablePosition;
10+
struct TablePosition;
1111
struct TableDimensions;
1212
class DocumentPath;
1313
class File;

src/odr/internal/abstract/document.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ enum class ValueType;
1313
enum class AnchorType;
1414
struct PageLayout;
1515
struct TableDimensions;
16-
class TablePosition;
16+
struct TablePosition;
1717
struct TableStyle;
1818
struct TableColumnStyle;
1919
struct TableRowStyle;

0 commit comments

Comments
 (0)