Changeset 13839 for trunk


Ignore:
Timestamp:
05/23/12 17:06:56 (12 years ago)
Author:
tbretz
Message:
DimNetwork now does not derive anymore from the DimInfoHandler, so we need to derive from there and remove the call of the DimNetork's infoHandler from ours
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/FactGui.h

    r13826 r13839  
    4646// #########################################################################
    4747
    48 class FactGui : public MainWindow, public DimNetwork
     48class FactGui : public MainWindow, public DimNetwork, public DimInfoHandler
    4949{
    5050private:
     
    31853185            }
    31863186
    3187         DimNetwork::infoHandler();
     3187        //DimNetwork::infoHandler();
    31883188    }
    31893189
Note: See TracChangeset for help on using the changeset viewer.