rename
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "Logger.h"
|
||||
#include "Logger.hpp"
|
||||
|
||||
#include <ctime>
|
||||
#include <iomanip>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef DEBUG_LOGGER_H_
|
||||
#define DEBUG_LOGGER_H_
|
||||
#ifndef DEBUG_LOGGER_HPP_
|
||||
#define DEBUG_LOGGER_HPP_
|
||||
|
||||
#include <sstream>
|
||||
#include <fstream>
|
||||
@@ -63,4 +63,4 @@ namespace debug {
|
||||
};
|
||||
}
|
||||
|
||||
#endif // DEBUG_LOGGER_H_
|
||||
#endif // DEBUG_LOGGER_HPP_
|
||||
Reference in New Issue
Block a user