Skip to content

Commit c53d313

Browse files
committed
pragma once
1 parent 4e83d94 commit c53d313

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

include/jpp.hh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22
* @file json.hh
33
* @author Simone Ancona
44
* @brief A JSON parser for C++
5-
* @version 1.1.2
5+
* @version 1.1.3
66
* @date 2023-07-15
77
*
88
* @copyright Copyright (c) 2023
99
*
1010
*/
1111

12+
#pragma once
13+
1214
#include <string>
1315
#include <map>
1416
#include <stdexcept>

src/jpp.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file json.cc
33
* @author Simone Ancona
44
* @brief
5-
* @version 1.1.2
5+
* @version 1.1.3
66
* @date 2023-07-15
77
*
88
* @copyright Copyright (c) 2023

0 commit comments

Comments
 (0)