put extern batchthread into namespace

This commit is contained in:
Andrey Skvortsov
2010-09-21 21:25:29 -07:00
parent e23854a4f8
commit b14c0a9fe9

View File

@@ -18,8 +18,9 @@ extern "C" {
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif
namespace rtengine {
extern Glib::Thread *batchThread; extern Glib::Thread *batchThread;
}
#endif /* SIMPLEPROCESS_H */ #endif /* SIMPLEPROCESS_H */