mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
10 lines
303 B
Diff
10 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];
|
|
}
|