We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf2f9c commit c921b2dCopy full SHA for c921b2d
td-rs-dat/src/DAT_CPlusPlusBase.h
@@ -111,7 +111,7 @@ class DAT_Output {
111
// If the type of out data is Table, set the number of rows and columns.
112
virtual void setTableSize(const int32_t rows, const int32_t cols) = 0;
113
114
- virtual void getTableSize(int32_t *rows, int32_t *cols) = 0;
+ virtual void getTableSize(int32_t *rows, int32_t *cols) const = 0;
115
116
// If the type of out data is set to Text,
117
// Set the whole text by calling this function. str must be UTF-8 encoded.
0 commit comments