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:
@@ -1,5 +1,7 @@
|
|||||||
SubDir OBOS_TOP src kits translation ;
|
SubDir OBOS_TOP src kits translation ;
|
||||||
|
|
||||||
|
UsePrivateHeaders translation ;
|
||||||
|
|
||||||
SharedLibrary translation :
|
SharedLibrary translation :
|
||||||
BitmapStream.cpp
|
BitmapStream.cpp
|
||||||
FuncTranslator.cpp
|
FuncTranslator.cpp
|
||||||
|
|||||||
@@ -34,6 +34,7 @@
|
|||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
|
|
||||||
#include <TranslatorRoster.h>
|
#include <TranslatorRoster.h>
|
||||||
|
#include <FuncTranslator.h> // for BFuncTranslator and the translator
|
||||||
|
|
||||||
// Initialize static member variable
|
// Initialize static member variable
|
||||||
BTranslatorRoster *BTranslatorRoster::fspDefaultTranslators = NULL;
|
BTranslatorRoster *BTranslatorRoster::fspDefaultTranslators = NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user