[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: toLua : Bug when using a namespace
- From: "RJP Computing" <rjpcomputing@...>
- Date: Tue, 7 Aug 2007 17:01:30 -0400
I think I found a bug when using a namespace.
The code that is generated from a package file that contain:
namespace abc
{
class CoolClass
{
void Foo( const char* f );
};
}
is producing code like this:
abc::abc::Foo(...);
NOTICE: The double namespace scoping.
--
Regards,
Ryan
RJP Computing