Moved FuncTranslator.h to private headers, moved #include <FuncTranslator.h> from TranslatorRoster.h to TranslatorRoster.cpp.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11359 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
9438f6cc1f
commit
a4821468d6
@ -1,5 +1,7 @@
|
||||
SubDir OBOS_TOP src kits translation ;
|
||||
|
||||
UsePrivateHeaders translation ;
|
||||
|
||||
SharedLibrary translation :
|
||||
BitmapStream.cpp
|
||||
FuncTranslator.cpp
|
||||
|
@ -34,6 +34,7 @@
|
||||
/*****************************************************************************/
|
||||
|
||||
#include <TranslatorRoster.h>
|
||||
#include <FuncTranslator.h> // for BFuncTranslator and the translator
|
||||
|
||||
// Initialize static member variable
|
||||
BTranslatorRoster *BTranslatorRoster::fspDefaultTranslators = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user