Fix r.cxx build break

This commit is contained in:
William S Fulton 2015-06-12 23:37:08 +01:00
commit b94820adcf

View file

@ -281,6 +281,7 @@ public:
void dispatchFunction(Node *n);
int functionWrapper(Node *n);
int constantWrapper(Node *n);
int variableWrapper(Node *n);
int classDeclaration(Node *n);