Andre Poenitz wrote:
> On Mon, Oct 13, 2003 at 04:27:09PM +, Angus Leeming wrote:
>> Attempting to get rid of the BufferView cache stuff, I've had a
>> look at class LyX. It is simple enough to turn it into a singleton
>> class
>
> If so it could be turned to a namespace as well...
I'd like
On Mon, Oct 13, 2003 at 04:27:09PM +, Angus Leeming wrote:
> Attempting to get rid of the BufferView cache stuff, I've had a look
> at class LyX. It is simple enough to turn it into a singleton class
If so it could be turned to a namespace as well...
Andre'
Attempting to get rid of the BufferView cache stuff, I've had a look
at class LyX. It is simple enough to turn it into a singleton class
class LyX : boost::noncopyable {
static void init(int & argc, char * argv[]);
static LyX const & get();
private:
LyX(int & argc, char *