mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-01-06 02:49:31 -06:00
fixed macro guard names
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
#ifndef ORM_LOG_HPP
|
||||
#define ORM_LOG_HPP
|
||||
#ifndef ORM_TYPES_LOG_HPP
|
||||
#define ORM_TYPES_LOG_HPP
|
||||
|
||||
#include <QVariant>
|
||||
|
||||
@@ -51,4 +51,4 @@ namespace Types
|
||||
|
||||
TINYORM_END_COMMON_NAMESPACE
|
||||
|
||||
#endif // ORM_LOG_HPP
|
||||
#endif // ORM_TYPES_LOG_HPP
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
#ifndef ORM_STATEMENTSCOUNTER_HPP
|
||||
#define ORM_STATEMENTSCOUNTER_HPP
|
||||
#ifndef ORM_TYPES_STATEMENTSCOUNTER_HPP
|
||||
#define ORM_TYPES_STATEMENTSCOUNTER_HPP
|
||||
|
||||
#include "orm/macros/systemheader.hpp"
|
||||
TINY_SYSTEM_HEADER
|
||||
@@ -34,4 +34,4 @@ namespace Types
|
||||
|
||||
TINYORM_END_COMMON_NAMESPACE
|
||||
|
||||
#endif // ORM_STATEMENTSCOUNTER_HPP
|
||||
#endif // ORM_TYPES_STATEMENTSCOUNTER_HPP
|
||||
|
||||
Reference in New Issue
Block a user