diff options
Diffstat (limited to 'src/resources/db/petdb.h')
-rw-r--r-- | src/resources/db/petdb.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/resources/db/petdb.h b/src/resources/db/petdb.h index d5e4b5613..5a5175f34 100644 --- a/src/resources/db/petdb.h +++ b/src/resources/db/petdb.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef RESOURCES_PETDB_H -#define RESOURCES_PETDB_H +#ifndef RESOURCES_DB_PETDB_H +#define RESOURCES_DB_PETDB_H #include "localconsts.h" @@ -36,4 +36,4 @@ namespace PETDB BeingInfo *get(const int id) A_WARN_UNUSED; } -#endif // RESOURCES_PETDB_H +#endif // RESOURCES_DB_PETDB_H |