Adding Action to my app #28826
-
Check these boxes if you have followed the posting rules.
QuestionI made a new App ("Foo") with the stork script using recent devel and I'm trying to create an Action called MyAction. It's just a placeholder for now. The app compiles fine when with just the Error:
MyAction.C:
MyAction.h:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hello The macro registerSyntax is trying to use a Syntax object called syntax I think it might be called 's' instead of syntax in this routine You can add auto & syntax =s; before the registerSyntax call |
Beta Was this translation helpful? Give feedback.
Hello
The macro registerSyntax is trying to use a Syntax object called syntax
I think it might be called 's' instead of syntax in this routine
You can add
auto & syntax =s; before the registerSyntax call