mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
11 lines
303 B
Diff
11 lines
303 B
Diff
--- a/src/cpp/r/RRoutines.cpp
|
|
+++ b/src/cpp/r/RRoutines.cpp
|
|
@@ -59,7 +59,6 @@
|
|
nullMethodDef.fun = NULL ;
|
|
nullMethodDef.numArgs = 0 ;
|
|
nullMethodDef.types = NULL;
|
|
- nullMethodDef.styles = NULL;
|
|
s_cMethods.push_back(nullMethodDef);
|
|
pCMethods = &s_cMethods[0];
|
|
}
|