Skip to content

Commit

Permalink
Fix r.cxx build break
Browse files Browse the repository at this point in the history
  • Loading branch information
wsfulton committed Jun 12, 2015
1 parent 1f53615 commit b94820a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Modules/r.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ class R : public Language {

void dispatchFunction(Node *n);
int functionWrapper(Node *n);
int constantWrapper(Node *n);
int variableWrapper(Node *n);

int classDeclaration(Node *n);
Expand Down

0 comments on commit b94820a

Please sign in to comment.