* Fix \x parsing in collectcatkeys again (thanks to Kaliber)
* Hide the CatalogStub::GetCatalog method so that if liblocalestub.a is missing from a localized image, it will not try to steal the catalog of another one. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37602 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -57,7 +57,8 @@ class BCatalog {
|
||||
// This must be included (statically linked) into each shared object needing
|
||||
// a catalog on its own (application, add-on, library, ...). The shared object
|
||||
// must also have a mimetype so that the catalog can be identified.
|
||||
class BCatalogStub {
|
||||
class BCatalogStub
|
||||
{
|
||||
private:
|
||||
static BCatalog sCatalog;
|
||||
static vint32 sCatalogInitOnce;
|
||||
|
||||
Reference in New Issue
Block a user