зеркало из https://github.com/mozilla/gecko-dev.git
Bug 560383, part 2: (storage directory) Use "!!" for converting int to bool, to avoid MSVC compile warning. r=sdwilsh
This commit is contained in:
Родитель
64d359bae4
Коммит
d0096803e1
|
@ -129,7 +129,7 @@ public:
|
|||
* @return true if the statement has parameters to bind against, false
|
||||
* otherwise.
|
||||
*/
|
||||
inline bool hasParametersToBeBound() const { return mParamsArray != nsnull; }
|
||||
inline bool hasParametersToBeBound() const { return !!mParamsArray; }
|
||||
/**
|
||||
* Indicates if this statement needs a transaction for execution.
|
||||
*
|
||||
|
|
Загрузка…
Ссылка в новой задаче