On 19-Sep-2000 Marko Vendelin wrote:
> 
> Hi!

Hi Marko!

> 
> the first part of this patch adds TOC, ViewFormats, UpdateFormats, and
> ExportFormats to Gnome menu. TOC is updated by "Refresh" button, as
> suggested by Jürgen earlier. 

I get an error in Menubar_pimpl.C:327 code when compiling your patch:

      case MenuItem::Toc: {
        toc_.push_back();
        toc_[toc_.size()-1].path = path;
        break;
      }

There is something that vector does not have a push_back() function but
only a push_back(something) function.

For now I just commented this code out!

    Jürgen

--
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Dr. Jürgen Vigna        E-Mail:  [EMAIL PROTECTED]
Italienallee 13/N       Tel/Fax: +39-0471-450260 / +39-0471-450253
I-39100 Bozen           Web:     http://www.sad.it/~jug

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

/usr/news/gotcha

Reply via email to