no need to template Luna specializations
This commit is contained in:
@@ -1830,8 +1830,7 @@ bool Profile::CreateNewProfile( CString sProfileDir, CString sName )
|
||||
// lua start
|
||||
#include "LuaBinding.h"
|
||||
|
||||
template<class T>
|
||||
class LunaProfile : public Luna<T>
|
||||
class LunaProfile: public Luna<Profile>
|
||||
{
|
||||
public:
|
||||
LunaProfile() { LUA->Register( Register ); }
|
||||
|
||||
Reference in New Issue
Block a user