Skip to content

Commit c921b2d

Browse files
committed
Fix dat.
1 parent cbf2f9c commit c921b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

td-rs-dat/src/DAT_CPlusPlusBase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ class DAT_Output {
111111
// If the type of out data is Table, set the number of rows and columns.
112112
virtual void setTableSize(const int32_t rows, const int32_t cols) = 0;
113113

114-
virtual void getTableSize(int32_t *rows, int32_t *cols) = 0;
114+
virtual void getTableSize(int32_t *rows, int32_t *cols) const = 0;
115115

116116
// If the type of out data is set to Text,
117117
// Set the whole text by calling this function. str must be UTF-8 encoded.

0 commit comments

Comments
 (0)