mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 16:28:28 +00:00
Fix luabind::adl::object forward declare for clang
clang didn't like this, and GCC likes both :P
This commit is contained in:
@@ -8,7 +8,9 @@ class Encounter;
|
||||
|
||||
namespace luabind {
|
||||
struct scope;
|
||||
class object;
|
||||
namespace adl {
|
||||
class object;
|
||||
}
|
||||
}
|
||||
|
||||
luabind::scope lua_register_encounter();
|
||||
@@ -27,4 +29,4 @@ public:
|
||||
|
||||
};
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user