Ignore:
Timestamp:
01/19/08 12:55:11 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Cosy/gui
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/gui/MGCosy.h

    r7790 r8820  
    1818class TGTab;
    1919class TGLabel;
    20 class TGMenuBar;
    2120class TGTextView;
    2221class TGPopupMenu;
  • trunk/MagicSoft/Cosy/gui/MGEmbeddedCanvas.cc

    r8811 r8820  
    117117{
    118118    TList &list = *fCanvas->GetListOfPrimitives();
    119     list.ForEach(TObject, SetBit)(kNoContextMenu);
     119    list.R__FOR_EACH(TObject, SetBit)(kNoContextMenu);
    120120
    121121    fCanvas->SetBit(kNoContextMenu);
  • trunk/MagicSoft/Cosy/gui/MGEmbeddedCanvas.h

    r4076 r8820  
    11#ifndef COSY_MGEmbeddedCanvas
    22#define COSY_MGEmbeddedCanvas
    3 
    4 //
    5 // This File contains the declaration of the MGCoordinates-class
    6 //
    7 //   Author: Thomas Bretz
    8 //   Version: V1.0 (1-8-2000)
    9 
    103
    114#ifndef ROOT_TRootEmbeddedCanvas
Note: See TracChangeset for help on using the changeset viewer.