Replacce pragma once with ifndef
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#pragma once
|
||||
#ifndef REPORT_EXCEL_COMPARED_H
|
||||
#define REPORT_EXCEL_COMPARED_H
|
||||
#include "ReportExcel.h"
|
||||
namespace platform {
|
||||
class ReportExcelCompared : public ExcelFile {
|
||||
@@ -16,4 +17,5 @@ namespace platform {
|
||||
std::string leaves_label;
|
||||
std::string depth_label;
|
||||
};
|
||||
};
|
||||
};
|
||||
#endif
|
Reference in New Issue
Block a user