We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7fef25 commit 3d41aacCopy full SHA for 3d41aac
src/jrd/RecordSourceNodes.h
@@ -1084,7 +1084,7 @@ class UnlistFunctionSourceNode : public TableValueFunctionSourceNode
1084
class GenSeriesFunctionSourceNode final : public TableValueFunctionSourceNode
1085
{
1086
public:
1087
- explicit GenSeriesFunctionSourceNode(MemoryPool& pool)
+ explicit GenSeriesFunctionSourceNode(MemoryPool& pool)
1088
: TableValueFunctionSourceNode(pool)
1089
1090
}
0 commit comments