diff options
Diffstat (limited to 'src/log.h')
-rw-r--r-- | src/log.h | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -19,8 +19,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef _LOG_H -#define _LOG_H +#ifndef LOG_H +#define LOG_H #include <fstream> @@ -30,9 +30,6 @@ class Logger { public: - /** - * Constructor. - */ Logger(); /** |