Skip to content

Commit 8d4bf1e

Browse files
committed
wrong declaration of jaspRCPP_dataSetRowCount
1 parent d43c899 commit 8d4bf1e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

JASP-R-Interface/jasprcpp.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ void jaspRCPP_returnDataFrame(Rcpp::DataFrame frame);
4040
void jaspRCPP_returnString(SEXP Message);
4141
void jaspRCPP_setRWarning(SEXP Message);
4242
void jaspRCPP_setRError(SEXP Message);
43+
int jaspRCPP_dataSetRowCount();
44+
4345

4446
bool jaspRCPP_setColumnDataAsScale(std::string columnName, Rcpp::Vector<REALSXP> scalarData);
4547
bool jaspRCPP_setColumnDataAsOrdinal(std::string columnName, Rcpp::Vector<INTSXP> ordinalData);

JASP-R-Interface/jasprcpp_interface.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ RBRIDGE_TO_JASP_INTERFACE const char* STDCALL jaspRCPP_getLastErrorMsg();
116116
RBRIDGE_TO_JASP_INTERFACE void STDCALL jaspRCPP_resetErrorMsg();
117117
RBRIDGE_TO_JASP_INTERFACE void STDCALL jaspRCPP_setErrorMsg(const char* msg);
118118
RBRIDGE_TO_JASP_INTERFACE void STDCALL jaspRCPP_freeArrayPointer(bool ** arrayPointer);
119-
RBRIDGE_TO_JASP_INTERFACE int STDCALL jaspRCPP_dataSetRowCount();
120119

121120
#ifndef __WIN32__
122121
RBRIDGE_TO_JASP_INTERFACE const char* STDCALL jaspRCPP_getRConsoleOutput();

0 commit comments

Comments
 (0)