Give @briefs to all namespaces.
This will force recompilation of all files.
This commit is contained in:
@@ -207,7 +207,14 @@ public:
|
||||
bool operator != ( const T &other ) const { return val != other; }
|
||||
};
|
||||
|
||||
namespace LuaHelpers { template<class T> void Push( lua_State *L, const BroadcastOnChange<T> &Object ) { LuaHelpers::Push<T>( L, Object.Get() ); } }
|
||||
/** @brief Utilities for working with Lua. */
|
||||
namespace LuaHelpers
|
||||
{
|
||||
template<class T> void Push( lua_State *L, const BroadcastOnChange<T> &Object )
|
||||
{
|
||||
LuaHelpers::Push<T>( L, Object.Get() );
|
||||
}
|
||||
}
|
||||
|
||||
template<class T, int N>
|
||||
class BroadcastOnChange1D
|
||||
|
||||
Reference in New Issue
Block a user