Skip to content

Commit 981ddf3

Browse files
committed
Merge pull request neosmart#4 from fr00b0/include-guard
Change include guard macro
2 parents c7fed9e + 03f50c9 commit 981ddf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CppSQLite3.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
* See LICENSE file for copyright and license info
66
*/
77

8-
#ifndef _CppSQLite3_H_
9-
#define _CppSQLite3_H_
8+
#ifndef CppSQLite3_H
9+
#define CppSQLite3_H
1010

1111
#include <sqlite3.h>
1212
#include <cstdio>

0 commit comments

Comments
 (0)