1
0
Fork 0

windows is not GNU

This commit is contained in:
Jan Steemann 2013-01-22 18:03:42 +01:00
parent b4ad3d0867
commit 44890296f3
1 changed files with 7 additions and 0 deletions

View File

@ -56,6 +56,12 @@ using namespace std;
namespace triagens { namespace triagens {
namespace v8client { namespace v8client {
////////////////////////////////////////////////////////////////////////////////
/// initialise step value for progress reports
////////////////////////////////////////////////////////////////////////////////
const double ImportHelper::ProgressStep = 2.0;
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
/// constructor and destructor /// constructor and destructor
@ -545,3 +551,4 @@ namespace triagens {
} }
} }