Re: [Updated PATCH] Transfer singletons from Application to LyX::Singletons

2006-10-19 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Abdelrazak Younes wrote: Hello, As discussed with Georg in another thread, this patch transfers the singletons defined in the Application class to the private LyX::Singletons implementation. Singletons::lyx_func_ is a scoped_ptr instead of a full LyXFunc because th

[Updated PATCH] Transfer singletons from Application to LyX::Singletons

2006-10-18 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Hello, As discussed with Georg in another thread, this patch transfers the singletons defined in the Application class to the private LyX::Singletons implementation. Singletons::lyx_func_ is a scoped_ptr instead of a full LyXFunc because the LyXFunc constructor need

[PATCH] Transfer singletons from Application to LyX::Singletons

2006-10-18 Thread Abdelrazak Younes
Hello, As discussed with Georg in another thread, this patch transfers the singletons defined in the Application class to the private LyX::Singletons implementation. Singletons::lyx_func_ is a scoped_ptr instead of a full LyXFunc because the LyXFunc constructor needs some global variables th