1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-20 13:09:40 +00:00

fixed an include guard

This commit is contained in:
Marc Zinnschlag 2013-08-22 14:00:55 +02:00
parent ba6edc55d4
commit decd826208

View file

@ -1,5 +1,5 @@
#ifndef CSM_FILTER_UNARIYNODE_H
#define CSM_FILTER_UNARIYNODE_H
#ifndef CSM_FILTER_LEAFNODE_H
#define CSM_FILTER_LEAFNODE_H
#include <memory>