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:44:13 -05:00
parent b3892782a6
commit b7282c5f2e
@@ -34,6 +34,7 @@ namespace {
class PackageInfoErrorListener : public BPackageInfo::ParseErrorListener {
public:
PackageInfoErrorListener(const char* context)
: fContext(context)
{
}