8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 22:43:04 +01:00
This commit is contained in:
robocop 2010-01-02 06:16:06 +00:00
parent e251e68db3
commit 4c444e96cb

View File

@ -132,7 +132,7 @@ private:
class PosBuilder class PosBuilder
{ {
public: public:
PosBuilder(const Firebird::string& aText) explicit PosBuilder(const Firebird::string& aText)
: text(aText), : text(aText),
params(0) params(0)
{ {