1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-21 11:23:51 +00:00

some cleanup

This commit is contained in:
Marc Zinnschlag 2013-04-04 12:23:06 +02:00
parent 8c7d578ddc
commit 5244362fba
2 changed files with 1 additions and 2 deletions

View file

@ -9,7 +9,6 @@
#include "livecellref.hpp" #include "livecellref.hpp"
#include "esmstore.hpp" #include "esmstore.hpp"
struct C;
namespace MWWorld namespace MWWorld
{ {

View file

@ -39,7 +39,7 @@ namespace MWWorld
RefData mData; RefData mData;
}; };
template<typename X> bool operator==(const LiveCellRef<X>& ref, int pRefnum); // template<typename X> bool operator==(const LiveCellRef<X>& ref, int pRefnum);
} }
#endif #endif