1
0
Fork 0

forgot to commit

This commit is contained in:
Jan Steemann 2013-07-19 11:04:17 +02:00
parent 2552d3f389
commit cf05339813
1 changed files with 3 additions and 3 deletions

View File

@ -142,9 +142,9 @@ namespace triagens {
/// @brief returns a boolean sub-element, or a default it is does not exist
////////////////////////////////////////////////////////////////////////////////
static double getBooleanValue (TRI_json_t const*,
const char*,
bool);
static bool getBooleanValue (TRI_json_t const*,
const char*,
bool);
////////////////////////////////////////////////////////////////////////////////
/// @}