merge "default" into LPA-1

LPA-1
Roker 4 years ago
commit e07ff65537

@ -26,7 +26,7 @@ namespace pEp {
}
RuntimeError::RuntimeError(string _text, PEP_STATUS _status)
: text(_text), runtime_error(text.c_str()), status(_status)
: runtime_error(_text.c_str()), text(_text), status(_status)
{
}

@ -8,7 +8,6 @@
#include <functional>
#include <string>
#include <pEp/sync_api.h>
#include "Adapter.hxx"
using namespace std;
@ -37,3 +36,5 @@ namespace pEp {
void shutdown();
}
}
#include "Adapter.hxx"

Loading…
Cancel
Save