Some updates

This commit is contained in:
WolverinDEV
2020-04-28 18:27:46 +02:00
parent 56e4ca45a9
commit ee4c7540f0
3 changed files with 137 additions and 84 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ command_result test3() {
void eval_test(command_result x) {
if(x.is_detailed()) {
cout << "Detailed!" << endl;
x.release_details();
x.release_data();
} else {
auto a = x.permission_id();
auto b = x.error_code();