This commit is contained in:
Alexey Milovidov 2015-12-18 23:21:31 +03:00
commit 7933915e08

View File

@ -202,4 +202,6 @@ protected:
void collectAndSendTotalRowsApprox(); void collectAndSendTotalRowsApprox();
}; };
typedef SharedPtr<IProfilingBlockInputStream> ProfilingBlockInputStreamPtr;
} }