mirror of https://gitee.com/bigwinds/arangodb
forgot to commit
This commit is contained in:
parent
2552d3f389
commit
cf05339813
|
@ -142,9 +142,9 @@ namespace triagens {
|
||||||
/// @brief returns a boolean sub-element, or a default it is does not exist
|
/// @brief returns a boolean sub-element, or a default it is does not exist
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
static double getBooleanValue (TRI_json_t const*,
|
static bool getBooleanValue (TRI_json_t const*,
|
||||||
const char*,
|
const char*,
|
||||||
bool);
|
bool);
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
/// @}
|
/// @}
|
||||||
|
|
Loading…
Reference in New Issue