Added missing initializer for fContext in PackageInfoErrorListener whose
absence was leading to crashes when generating the error string.
This commit is contained in:
Rene Gollent 2014-03-08 09:42:19 -05:00
parent b3892782a6
commit b7282c5f2e

View File

@ -34,6 +34,7 @@ namespace {
class PackageInfoErrorListener : public BPackageInfo::ParseErrorListener {
public:
PackageInfoErrorListener(const char* context)
: fContext(context)
{
}