mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-21 10:53:51 +00:00
some cleanup
This commit is contained in:
parent
8c7d578ddc
commit
5244362fba
2 changed files with 1 additions and 2 deletions
|
@ -9,7 +9,6 @@
|
|||
#include "livecellref.hpp"
|
||||
#include "esmstore.hpp"
|
||||
|
||||
struct C;
|
||||
namespace MWWorld
|
||||
{
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ namespace MWWorld
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue