Skip to content

Commit 45091de

Browse files
committed
Misc.
1 parent 0e13f2f commit 45091de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dsql/AggNodes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class ListAggNode final : public AggNode
116116
Firebird::string internalPrint(NodePrinter& printer) const override;
117117
void make(DsqlCompilerScratch* dsqlScratch, dsc* desc) override;
118118
void genBlr(DsqlCompilerScratch* dsqlScratch) override;
119-
119+
120120
bool setParameterType(DsqlCompilerScratch* dsqlScratch,
121121
std::function<void (dsc*)> makeDesc, bool forceVarChar) override;
122122
void getDesc(thread_db* tdbb, CompilerScratch* csb, dsc* desc) override;

0 commit comments

Comments
 (0)