Pass pugi xml_mode by value; refine coding style.

This commit is contained in:
Adam Gu
2018-05-23 13:07:17 +08:00
parent b41dfcebd9
commit 79665c75ba
16 changed files with 51 additions and 61 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
#include "calc_client.h"
int main() {
LOG_INIT(webcc::INFO, 0);
LOG_INIT(webcc::VERB, 0);
CalcClient calc;