Skip to content

Commit eb08bda

Browse files
committed
fix(src/better_sqlite3_split.hpp): Fixed mismatched header guard from BETTER_SQLITE3_BETTER_SQLITE3_HPP to
BETTER_SQLITE3_SPLIT_HPP
1 parent ea3db13 commit eb08bda

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

src/better_sqlite3_split.hpp

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
#ifndef BETTER_SQLITE3_BETTER_SQLITE3_HPP
2-
#define BETTER_SQLITE3_BETTER_SQLITE3_HPP
1+
#ifndef BETTER_SQLITE3_SPLIT_HPP
2+
#define BETTER_SQLITE3_SPLIT_HPP
33

4-
// better_sqlite3.hpp
4+
// better_sqlite3_split.hpp
55
//
66

7-
#ifndef LZZ_BETTER_SQLITE3_better_sqlite3_hpp
8-
#define LZZ_BETTER_SQLITE3_better_sqlite3_hpp
9-
107
#include "objects/backup.hpp"
118
#include "objects/database.hpp"
129
#include "objects/statement-iterator.hpp"
@@ -21,4 +18,4 @@
2118
#include "util/data.hpp"
2219
#include "util/macros.hpp"
2320

24-
#endif // BETTER_SQLITE3_BETTER_SQLITE3_HPP
21+
#endif // BETTER_SQLITE3_SPLIT_HPP

0 commit comments

Comments
 (0)