Fix luabind::adl::object forward declare for clang

clang didn't like this, and GCC likes both :P
This commit is contained in:
Michael Cook (mackal)
2016-05-04 03:00:56 -04:00
parent 9ab459292b
commit a49aef24c5
2 changed files with 7 additions and 3 deletions
+4 -2
View File
@@ -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